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