1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00

PM-3349 Ensure "_isResumed=true" is set on App.xaml.cs:Bootstrap

This commit is contained in:
Dinis Vieira 2023-12-15 23:48:11 +00:00
parent 8484b4af30
commit c01a8f8d93
No known key found for this signature in database
GPG Key ID: 9389160FF6C295F3

View File

@ -463,6 +463,7 @@ namespace Bit.App
{
UpdateThemeAsync();
};
_isResumed = true;
MainPage = new NavigationPage(new HomePage(Options));
_accountsManager.NavigateOnAccountChangeAsync().FireAndForget();
ServiceContainer.Resolve<MobilePlatformUtilsService>("platformUtilsService").Init();