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:
@@ -57,6 +57,7 @@ namespace Bit.Droid.Autofill
|
||||
}
|
||||
|
||||
List<FilledItem> items = null;
|
||||
await _vaultTimeoutService.CheckVaultTimeoutAsync();
|
||||
var locked = await _vaultTimeoutService.IsLockedAsync();
|
||||
if (!locked)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user