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

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

This reverts commit 0288a6659c.
This commit is contained in:
mpbw2
2023-07-03 09:56:10 -04:00
committed by GitHub
parent 1d541e5b8e
commit 4abb472998
5 changed files with 6 additions and 16 deletions

View File

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