Explorar o código

Navigate bugfix

Kenneth van Ewijk %!s(int64=10) %!d(string=hai) anos
pai
achega
a4fe6995e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      YJMPD-UWP/Model/GameHandler.cs

+ 1 - 1
YJMPD-UWP/Model/GameHandler.cs

@@ -262,7 +262,7 @@ namespace YJMPD_UWP.Model
                         App.Navigate(typeof(WaitingView));
                     break;
                 case GameStatus.STARTED:
-                    App.Navigate(typeof(GameView));
+                    App.Navigate(typeof(MatchView));
                     break;
                 case GameStatus.ENDED:
                     App.Navigate(typeof(ScoreView));