marinofaggiana 5 years ago
parent
commit
ab33870d68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Library/BKPasscodeView/BKPasscodeViewController.m

+ 1 - 1
iOSClient/Library/BKPasscodeView/BKPasscodeViewController.m

@@ -132,7 +132,7 @@ typedef enum : NSUInteger {
 {
     [super viewWillAppear:animated];
     
-    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.3 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
+    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
         
         if (self.passcodeInputView.isEnabled) {
             [self startTouchIDAuthenticationIfPossible];