mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-15 20:01:32 +01:00
always set FingerprintLocked explicitly
This commit is contained in:
parent
07bc425046
commit
9766ebc8e3
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user