浏览代码

1.尝试修改后台几分钟回到前台不断转圈圈问题

huangxiaodong 1 年之前
父节点
当前提交
9551e63e0f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

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

@@ -1784,7 +1784,8 @@ BOOL inReconnect = NO;
 {
     reConnectAccount++;
     
-    if (reConnectAccount == 4)
+    //20231017 修改后台3分钟再次进入 不断转圈圈问题
+    if (reConnectAccount >0 && (reConnectAccount%10) == 0 )
     {
         mainBlock(^{