Selaa lähdekoodia

Navigate bugfix

Kenneth van Ewijk 10 vuotta sitten
vanhempi
commit
a4fe6995e4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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));