1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 19:53:50 +00:00

Fix for password unlock for autofill and share-to-send on Android (#1453)

This commit is contained in:
Matt Portune
2021-07-09 11:48:03 -04:00
committed by GitHub
parent 9298d57f22
commit ff19578807
5 changed files with 41 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ namespace Bit.Droid.Autofill
}
List<FilledItem> items = null;
await _vaultTimeoutService.CheckVaultTimeoutAsync();
var locked = await _vaultTimeoutService.IsLockedAsync();
if (!locked)
{