idiot bugfix

This commit is contained in:
2016-01-20 22:11:59 +01:00
parent 67a75f56d3
commit 3565e3860b
+1 -1
View File
@@ -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)));