mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
[PM-2713] rename toggle method, don't reset enc user key
This commit is contained in:
@@ -491,7 +491,7 @@ namespace Bit.App.Pages
|
||||
await _stateService.SetBiometricUnlockAsync(null);
|
||||
}
|
||||
await _stateService.SetBiometricLockedAsync(false);
|
||||
await _cryptoService.ToggleKeysAsync();
|
||||
await _cryptoService.RefreshKeysAsync();
|
||||
BuildList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user