always set FingerprintLocked explicitly

This commit is contained in:
Kyle Spearrin 2019-06-03 16:56:37 -04:00
parent 07bc425046
commit 9766ebc8e3
1 changed files with 1 additions and 5 deletions

View File

@ -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");