You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to navigate to another view in the OnAppearing method, the navigation does not take place if Navigation.PushModalAsync or will crash if Navigation.PushAsync is used.
When trying to navigate to another view in the
OnAppearingmethod, the navigation does not take place ifNavigation.PushModalAsyncor will crash ifNavigation.PushAsyncis used.