1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

reset lock delay when returning from activity result (#2539)

This commit is contained in:
mpbw2
2023-05-25 11:43:45 -04:00
committed by GitHub
parent c7fd113f26
commit 0288a6659c
5 changed files with 16 additions and 6 deletions

View File

@@ -297,7 +297,7 @@ namespace Bit.App
{
await _vaultTimeoutService.CheckVaultTimeoutAsync();
// Reset delay on every start
_vaultTimeoutService.DelayLockAndLogoutMs = null;
_vaultTimeoutService.DelayTimeoutMs = null;
}
await _configService.GetAsync();