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

Commit

Permalink
Hidden botton NavigationBar on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Afur committed Aug 1, 2016
1 parent 743f44e commit 6988e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PokemonGo-UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public override async Task OnInitializeAsync(IActivatedEventArgs args)
var statusBar = StatusBar.GetForCurrentView();
await statusBar.HideAsync();
}

// Enter into full screen mode
Windows.UI.ViewManagement.ApplicationView.GetForCurrentView().TryEnterFullScreenMode();

await Task.CompletedTask;
}

Expand Down

0 comments on commit 6988e37

Please sign in to comment.