Fix edge cases around pincode-only unlock.

pull/1/head
Matthew Chen 8 years ago
parent 287daf5839
commit 063e1ccb6f

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

Loading…
Cancel
Save