mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
always set FingerprintLocked explicitly
This commit is contained in:
@@ -125,11 +125,7 @@ namespace Bit.Core.Services
|
||||
logService.Info("LockAsync PinLocked = true");
|
||||
PinLocked = true;
|
||||
}
|
||||
if(await IsFingerprintLockSetAsync())
|
||||
{
|
||||
logService.Info("LockAsync 3");
|
||||
FingerprintLocked = true;
|
||||
}
|
||||
FingerprintLocked = await IsFingerprintLockSetAsync();
|
||||
if(FingerprintLocked || PinLocked)
|
||||
{
|
||||
logService.Info("LockAsync 4");
|
||||
|
||||
Reference in New Issue
Block a user