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