Skip to content

Instantly share code, notes, and snippets.

@mallibone
Created November 15, 2017 19:32
Show Gist options
  • Save mallibone/1f857fd1787f02539f7888f37a69879c to your computer and use it in GitHub Desktop.
Save mallibone/1f857fd1787f02539f7888f37a69879c to your computer and use it in GitHub Desktop.
protected override void OnAppearing()
{
if (!App.IsUserLoggedIn)
{
App.NavigationService.NavigateModalAsync(PageNames.LoginPage, false);
}
base.OnAppearing();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment