修复直播间多人PK滑动到下一个直播间依旧有PK条的问题
This commit is contained in:
parent
1222aa9819
commit
9f6cd3fd6f
@ -1100,6 +1100,9 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
|||||||
mBannerList2.clear();
|
mBannerList2.clear();
|
||||||
mBannerList3.clear();
|
mBannerList3.clear();
|
||||||
mBannerList4.clear();
|
mBannerList4.clear();
|
||||||
|
if(d_pk_view!=null){
|
||||||
|
d_pk_view.setVisibility(View.GONE);
|
||||||
|
}
|
||||||
updataCleanMic();
|
updataCleanMic();
|
||||||
initStarChallengeStatus();
|
initStarChallengeStatus();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user