mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +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();
|
UpdateThemeAsync();
|
||||||
};
|
};
|
||||||
|
_isResumed = true;
|
||||||
MainPage = new NavigationPage(new HomePage(Options));
|
MainPage = new NavigationPage(new HomePage(Options));
|
||||||
_accountsManager.NavigateOnAccountChangeAsync().FireAndForget();
|
_accountsManager.NavigateOnAccountChangeAsync().FireAndForget();
|
||||||
ServiceContainer.Resolve<MobilePlatformUtilsService>("platformUtilsService").Init();
|
ServiceContainer.Resolve<MobilePlatformUtilsService>("platformUtilsService").Init();
|
||||||
|
|||||||
Reference in New Issue
Block a user