Kenneth van Ewijk il y a 10 ans
Parent
commit
3565e3860b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      YJMPD-UWP/Model/GameHandler.cs

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

@@ -146,7 +146,7 @@ namespace YJMPD_UWP.Model
 
         public void MoveToStarted(BasicGeoposition bgps)
         {
-            App.Navigate(typeof(GameView));
+            App.Navigate(typeof(MatchView));
 
             GeofenceMonitor.Current.Geofences.Add(new Geofence("destination", new Geocircle(bgps, 50), MonitoredGeofenceStates.Entered | MonitoredGeofenceStates.Exited, false, TimeSpan.FromSeconds(1)));