修复通过头像跳转到其他PK直播间,再上下滑回来会依旧保持PK倒计时状态

This commit is contained in:
zlzw 2023-04-10 11:45:15 +08:00
parent 47c3f59f74
commit a53da7a2b8

View File

@ -728,6 +728,10 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
mLiveRoomViewHolder.clearData();
mLiveRoomViewHolder.countDownTimerTrickery = null;
}
if (mLiveRyLinkMicPkPresenter != null) {
mLiveRyLinkMicPkPresenter.clearData();
mLiveRyLinkMicPkPresenter.release();
}
mLiveAudienceViewHolder = null;
mLiveRoomViewHolder = null;
mLiveLinkMicPresenter = null;