Showing
2 changed files
with
3 additions
and
1 deletions
No preview for this file type
@@ -561,7 +561,7 @@ | @@ -561,7 +561,7 @@ | ||
561 | 561 | ||
562 | if (!_channels.count) { | 562 | if (!_channels.count) { |
563 | [self loadChannelData]; | 563 | [self loadChannelData]; |
564 | - [self toastTip:@"房间加载失败,稍后再试!"]; | 564 | + [self toastTip:@"暂无可用直播间,稍后再试!"]; |
565 | return; | 565 | return; |
566 | } | 566 | } |
567 | [self hideAllToolView]; | 567 | [self hideAllToolView]; |
@@ -683,6 +683,8 @@ | @@ -683,6 +683,8 @@ | ||
683 | NSLog(@"%@",task.originalRequest.URL.absoluteString); | 683 | NSLog(@"%@",task.originalRequest.URL.absoluteString); |
684 | 684 | ||
685 | [_timer invalidate]; | 685 | [_timer invalidate]; |
686 | + [[NSUserDefaults standardUserDefaults] removeObjectForKey:kPushging]; | ||
687 | + _inPushing=NO; | ||
686 | [self.socketService endPaly:_timeLabel.text]; | 688 | [self.socketService endPaly:_timeLabel.text]; |
687 | [self socketSendEndNotify];//通知结束。 | 689 | [self socketSendEndNotify];//通知结束。 |
688 | _liveButton.selected = !_liveButton.selected; | 690 | _liveButton.selected = !_liveButton.selected; |
-
Please register or login to post a comment