pull/1/head
haha459862 4 years ago
parent ad274608b0
commit ece6b83cb8
  1. 2
      app/src/main/java/com/github/tvbox/osc/ui/activity/LivePlayActivity.java

@ -97,7 +97,6 @@ public class LivePlayActivity extends BaseActivity {
protected void init() {
setLoadSir(findViewById(R.id.live_root));
mVideoView = findViewById(R.id.mVideoView);
livePlayerManager.init(mVideoView);
tvLeftChannelListLayout = findViewById(R.id.tvLeftChannnelListLayout);
mChannelGroupView = findViewById(R.id.mGroupGridView);
@ -823,6 +822,7 @@ public class LivePlayActivity extends BaseActivity {
lastLiveChannelIndex = 0;
}
livePlayerManager.init(mVideoView);
tvLeftChannelListLayout.setVisibility(View.INVISIBLE);
tvRightSettingLayout.setVisibility(View.INVISIBLE);

Loading…
Cancel
Save