Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haha459862 committed Jul 6, 2022
1 parent ad27460 commit ece6b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ protected int getLayoutResID() {
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);
Expand Down Expand Up @@ -823,6 +822,7 @@ private void initLiveState() {
lastLiveChannelIndex = 0;
}

livePlayerManager.init(mVideoView);
tvLeftChannelListLayout.setVisibility(View.INVISIBLE);
tvRightSettingLayout.setVisibility(View.INVISIBLE);

Expand Down

0 comments on commit ece6b83

Please sign in to comment.