mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 19:08:32 +03:00
PM-3349 Ensure "_isResumed=true" is set on App.xaml.cs:Bootstrap
This commit is contained in:
parent
8484b4af30
commit
c01a8f8d93
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue