Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Commit a023c85

Browse files
committed
Adding test version 1.0.6
1 parent 40b4390 commit a023c85

29 files changed

+7
-6
lines changed

.vs/Pokemon Go Universal/v14/.suo

-76.5 KB
Binary file not shown.

PokemonGo-UWP/App.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public override async Task OnStartAsync(StartKind startKind, IActivatedEventArgs
6262
if (!string.IsNullOrEmpty(SettingsService.Instance.PtcAuthToken))
6363
{
6464
// We have a stored token, let's go to game page
65-
NavigationService.Navigate(typeof(GameMapPage));
66-
await ViewModelLocator.GameManagerViewModel.InitGame(true);
65+
NavigationService.Navigate(typeof(GameMapPage), true);
66+
//await ViewModelLocator.GameManagerViewModel.InitGame(true);
6767
}
6868

6969
// Check for updates

0 commit comments

Comments
 (0)