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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user