Navigate bugfix

This commit is contained in:
2016-01-20 22:46:29 +01:00
parent 5f0b0f5d7d
commit a4fe6995e4
+1 -1
View File
@@ -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));