mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
PM-3349 Ensure "_isResumed=true" is set on App.xaml.cs:Bootstrap
This commit is contained in:
@@ -463,6 +463,7 @@ namespace Bit.App
|
||||
{
|
||||
UpdateThemeAsync();
|
||||
};
|
||||
_isResumed = true;
|
||||
MainPage = new NavigationPage(new HomePage(Options));
|
||||
_accountsManager.NavigateOnAccountChangeAsync().FireAndForget();
|
||||
ServiceContainer.Resolve<MobilePlatformUtilsService>("platformUtilsService").Init();
|
||||
|
||||
Reference in New Issue
Block a user