소스 검색

Navigate bugfix

Kenneth van Ewijk 10 년 전
부모
커밋
a4fe6995e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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));