Fix edge cases around pincode-only unlock.

This commit is contained in:
Matthew Chen 2018-03-24 12:39:14 -04:00
parent 287daf5839
commit 063e1ccb6f

View file

@ -199,9 +199,7 @@ NS_ASSUME_NONNULL_BEGIN
return;
}
DDLogVerbose(@"%@, tryToUnlockScreenLockWithSuccess", self.logTag);
[DDLog flushLog];
DDLogVerbose(@"%@, try to unlock screen lock", self.logTag);
self.isShowingScreenLockUI = YES;
self.lastUnlockAttemptDate = [NSDate new];