mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
bugfixes for lock block when setting timeout to immediate (#1455)
This commit is contained in:
@@ -147,7 +147,10 @@ namespace Bit.App.Pages
|
||||
protected override async void OnAppearing()
|
||||
{
|
||||
base.OnAppearing();
|
||||
await _vaultTimeoutService.CheckVaultTimeoutAsync();
|
||||
if (!await AppHelpers.IsVaultTimeoutImmediateAsync())
|
||||
{
|
||||
await _vaultTimeoutService.CheckVaultTimeoutAsync();
|
||||
}
|
||||
if (await _vaultTimeoutService.IsLockedAsync())
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user