Browse Source

fix

Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com>
Marino Faggiana 1 year ago
parent
commit
7f47a3bff0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/AppDelegate.swift

+ 1 - 0
iOSClient/AppDelegate.swift

@@ -869,6 +869,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
                     if seconds < 0 {
                     if seconds < 0 {
                         timer.invalidate()
                         timer.invalidate()
                         alertController.dismiss(animated: true)
                         alertController.dismiss(animated: true)
+                        passcodeViewController.setContentHidden(false, animated: true)
                         NCKeychain().passcodeCounterFail = 0
                         NCKeychain().passcodeCounterFail = 0
                         self.enableTouchFaceID()
                         self.enableTouchFaceID()
                     }
                     }