always set FingerprintLocked explicitly

This commit is contained in:
Kyle Spearrin 2019-06-03 16:56:37 -04:00
parent 07bc425046
commit 9766ebc8e3

View file

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