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