diff --git a/src/Core/App.xaml.cs b/src/Core/App.xaml.cs index 7c714c03a..029f087f8 100644 --- a/src/Core/App.xaml.cs +++ b/src/Core/App.xaml.cs @@ -463,6 +463,7 @@ namespace Bit.App { UpdateThemeAsync(); }; + _isResumed = true; MainPage = new NavigationPage(new HomePage(Options)); _accountsManager.NavigateOnAccountChangeAsync().FireAndForget(); ServiceContainer.Resolve("platformUtilsService").Init();