mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix edge cases around pincode-only unlock.
This commit is contained in:
parent
287daf5839
commit
063e1ccb6f
1 changed files with 1 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue