mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 11:17:30 +03:00
[SG-808] Change navigation on remove account after logout by timeout (#2193)
This commit is contained in:
parent
693a4ef776
commit
8e09f0cc15
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace Bit.App.Utilities.AccountManagement
|
|||
}
|
||||
else
|
||||
{
|
||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin);
|
||||
_accountsManagerHost.Navigate(NavigationTarget.HomeLogin, new HomeNavigationParams(false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue