marinofaggiana 5 жил өмнө
parent
commit
ab33870d68

+ 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];