mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
[PM-3545] Fix biometric unlock for autofill (#2710)
* [PM-3545] Fix biometric unlock for autofill * [PM-3545] Reuse existing method
This commit is contained in:
parent
8cae840c68
commit
249406e3a8
1 changed files with 2 additions and 1 deletions
|
@ -367,7 +367,8 @@ namespace Bit.iOS.Core.Controllers
|
|||
await _stateService.SetBiometricLockedAsync(!success);
|
||||
if (success)
|
||||
{
|
||||
DoContinue();
|
||||
var userKey = await _cryptoService.GetBiometricUnlockKeyAsync();
|
||||
await SetKeyAndContinueAsync(userKey);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue