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
I would like to use LoadApplication (new App ()); instead off SetPage(App.RootPage()); but after this public static Action SuccessfulLoginAction { get { return new Action (() => { _NavPage.Navigation.PopModalAsync(); }); } }
application crashes because of _NavPage is probably null.
Any workarounds?
Best,
Tomek
The text was updated successfully, but these errors were encountered:
Hi,
According to this article: http://developer.xamarin.com/guides/cross-platform/macios/updating-xamarin-forms-apps/
I would like to use
LoadApplication (new App ());
instead offSetPage(App.RootPage());
but after thispublic static Action SuccessfulLoginAction { get { return new Action (() => { _NavPage.Navigation.PopModalAsync(); }); } }
application crashes because of
_NavPage
is probablynull
.Any workarounds?
Best,
Tomek
The text was updated successfully, but these errors were encountered: