1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00:00

fixes to locking

This commit is contained in:
Kyle Spearrin
2019-06-10 13:19:05 -04:00
parent 678640966e
commit c4ebd8b6b7
2 changed files with 3 additions and 1 deletions

View File

@@ -275,6 +275,7 @@ namespace Bit.App.Pages
{
await _storageService.RemoveAsync(Constants.FingerprintUnlockKey);
}
_lockService.FingerprintLocked = false;
await _cryptoService.ToggleKeyAsync();
BuildList();
}