|
@@ -644,9 +644,10 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ [self showCalculatorVC];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [self showCalculatorVC];
|
|
|
|
|
|
|
|
|
|
// if(isNeeddelayedType){
|
|
// if(isNeeddelayedType){
|
|
|
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
@@ -782,6 +783,7 @@
|
|
|
HLog(@"showCalculatorVC 处理密码框弹出")
|
|
HLog(@"showCalculatorVC 处理密码框弹出")
|
|
|
|
|
|
|
|
if(SCREEN_W > SCREEN_H){
|
|
if(SCREEN_W > SCREEN_H){
|
|
|
|
|
+ ksharedAppDelegate.isDelayedShowPwdType = YES;
|
|
|
HLog(@"showCalculatorVC 屏幕还是横屏状态")
|
|
HLog(@"showCalculatorVC 屏幕还是横屏状态")
|
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[self showCalculatorVC];
|
|
[self showCalculatorVC];
|
|
@@ -909,7 +911,7 @@
|
|
|
[self.window addSubview:_calculatorVC.view];
|
|
[self.window addSubview:_calculatorVC.view];
|
|
|
ksharedAppDelegate.isDidShowPwdType = YES;
|
|
ksharedAppDelegate.isDidShowPwdType = YES;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ ksharedAppDelegate.isDelayedShowPwdType = NO;
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:ShowPwdVCNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:ShowPwdVCNotification object:nil];
|
|
|
}
|
|
}
|
|
|
|
|
|