|
|
@@ -191,6 +191,7 @@ ComontAlretViewControllerDelegate>
|
|
|
ipConnect = self->ip;
|
|
|
|
|
|
isLan = NO;
|
|
|
+ _didRecyclResource = NO;
|
|
|
|
|
|
globalBlock(^{
|
|
|
// 初始化成功后连接
|
|
|
@@ -357,6 +358,8 @@ ComontAlretViewControllerDelegate>
|
|
|
// 播放器内部页面跳转-不能回收的资源
|
|
|
if (self.isNeedRecyclResource) {
|
|
|
|
|
|
+ self.didRecyclResource = YES;
|
|
|
+
|
|
|
// 销毁定时器
|
|
|
[self cancelTimer];
|
|
|
|
|
|
@@ -1200,8 +1203,10 @@ ComontAlretViewControllerDelegate>
|
|
|
break;
|
|
|
case 6:{
|
|
|
mainBlock(^{
|
|
|
- [self showNewIndicator];
|
|
|
- [self tryAgain];
|
|
|
+ if(!self.didRecyclResource){
|
|
|
+ [self showNewIndicator];
|
|
|
+ [self tryAgain];
|
|
|
+ }
|
|
|
});
|
|
|
}
|
|
|
break;
|