|
|
@@ -430,7 +430,7 @@
|
|
|
else{
|
|
|
[self HandleEnterNotPrivacyModeFun];
|
|
|
|
|
|
- [connectDeviceManager shareInstance].isFirstInputPwdDone = YES;
|
|
|
+ ksharedAppDelegate.isFirstInputPwdDone = YES;
|
|
|
//playerRootVC.isPwdVCShow = NO;
|
|
|
//[playerRootVC setShowImgAndVoiceTypeFun:YES];
|
|
|
//[weakSelf shareAwakenAppBy:weakSelf.getShareStr];
|
|
|
@@ -826,7 +826,7 @@
|
|
|
BOOL isPrivacyMode = ksharedAppDelegate.DeviceThirdIdMod.data.isPrivacyMode;
|
|
|
if(!isPrivacyMode)
|
|
|
{
|
|
|
- [connectDeviceManager shareInstance].isFirstInputPwdDone = YES;
|
|
|
+ ksharedAppDelegate.isFirstInputPwdDone = YES;
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:didInputPWDNotification object:nil];
|
|
|
return;
|
|
|
}
|
|
|
@@ -1111,7 +1111,7 @@
|
|
|
|
|
|
[self closeCalculatorVC];
|
|
|
|
|
|
- [connectDeviceManager shareInstance].isFirstInputPwdDone = YES;
|
|
|
+ ksharedAppDelegate.isFirstInputPwdDone = YES;
|
|
|
}
|
|
|
|
|
|
|