mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
fixes to locking
This commit is contained in:
@@ -275,6 +275,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
await _storageService.RemoveAsync(Constants.FingerprintUnlockKey);
|
||||
}
|
||||
_lockService.FingerprintLocked = false;
|
||||
await _cryptoService.ToggleKeyAsync();
|
||||
BuildList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user