Commit 1c071be174ea6aed60d54fb5b5d4c44f53611f7a
1 parent
cd0d209c
no message
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveScioLive/Pages/Tools/ZXVideoPlayer/Classes/ZXVideoPlayerControlView.m
| @@ -53,8 +53,8 @@ static const CGFloat kVideoControlBarAutoFadeOutTimeInterval = 5.0; | @@ -53,8 +53,8 @@ static const CGFloat kVideoControlBarAutoFadeOutTimeInterval = 5.0; | ||
| 53 | // 直播状态 | 53 | // 直播状态 |
| 54 | [self addSubview:self.anchorLabel]; | 54 | [self addSubview:self.anchorLabel]; |
| 55 | // 重试按钮 | 55 | // 重试按钮 |
| 56 | - [self addSubview:self.retryButton]; | ||
| 57 | - self.retryButton.hidden = YES; | 56 | +// [self addSubview:self.retryButton]; |
| 57 | +// self.retryButton.hidden = YES; | ||
| 58 | 58 | ||
| 59 | // 返回按钮 | 59 | // 返回按钮 |
| 60 | [self.topBar addSubview:self.backButton]; | 60 | [self.topBar addSubview:self.backButton]; |