1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 21:53:57 +00:00

[PM-2297] update navigation to decryption options

This commit is contained in:
André Bispo
2023-07-19 10:46:04 +01:00
parent 0e450904c5
commit 4e886de103
2 changed files with 33 additions and 5 deletions

View File

@@ -111,10 +111,6 @@ namespace Bit.App.Pages
RestoreAppOptionsFromCopy();
await AppHelpers.ClearPreviousPage();
// Just for testing the screen
Application.Current.MainPage = new NavigationPage(new LoginApproveDevicePage(_appOptions));
return;
if (await _vaultTimeoutService.IsLockedAsync())
{
Application.Current.MainPage = new NavigationPage(new LockPage(_appOptions));