Przeglądaj źródła

1.更新被挤下线 后台进入 弹框被删除问题

huangxiaodong 1 rok temu
rodzic
commit
74f165fea9

+ 2 - 2
创维盒子/双子星云手机.xcodeproj/project.pbxproj

@@ -2494,7 +2494,7 @@
 				ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -2573,7 +2573,7 @@
 				ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 2;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",

+ 4 - 3
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -1810,9 +1810,10 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
     _isPwdVCShow = NO;
     
     if(logoutAlertVC){
-        [logoutAlertVC dismissViewControllerAnimated:NO completion:^{
-            self->logoutAlertVC = nil;
-        }];
+        return;
+//        [logoutAlertVC dismissViewControllerAnimated:NO completion:^{
+//            self->logoutAlertVC = nil;
+//        }];
     }
     
     [self setShowImgAndVoiceTypeFun:YES];