Browse Source

【ios】恢复出厂设置已完成,还会在来一个提示弹窗 ‘恢复出厂设置中’,需要去掉提示很容易误导

huangxiaodong 1 year ago
parent
commit
55dd876541

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

@@ -1212,7 +1212,7 @@ ComontAlretViewControllerDelegate>
             //重启后重连 出来的
             if(_isResetingType){
                 mainBlock(^{
-                    [[iToast makeText:NSLocalizedString(@"my_set_no_Restore_Factorying_tips",nil)] show];
+                    [[iToast makeText:NSLocalizedString(@"my_set_no_Restore_Factory_ok_tips",nil)] show];
                 });
                 _isResetingType = NO;
                 [self opencommandChannelManagerrc_openURL];