mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
support for per-user biometric state tracking (#1820)
This commit is contained in:
@@ -393,7 +393,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
await _stateService.SetBiometricUnlockAsync(null);
|
||||
}
|
||||
_stateService.BiometricLocked = false;
|
||||
await _stateService.SetBiometricLockedAsync(false);
|
||||
await _cryptoService.ToggleKeyAsync();
|
||||
BuildList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user