mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 17:43:17 +00:00
[PM-2713] add toggle method to crypto service for keys
This commit is contained in:
@@ -491,7 +491,7 @@ namespace Bit.App.Pages
|
||||
await _stateService.SetBiometricUnlockAsync(null);
|
||||
}
|
||||
await _stateService.SetBiometricLockedAsync(false);
|
||||
await _cryptoService.ToggleKeyAsync();
|
||||
await _cryptoService.ToggleKeysAsync();
|
||||
BuildList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user