Browse Source

Navigate bugfix

Kenneth van Ewijk 10 năm trước cách đây
mục cha
commit
a4fe6995e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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));