fix:修复开播后没有排位赛图标的问题

This commit is contained in:
2022-12-13 14:35:51 +08:00
parent ce0061e86e
commit e522d04ead
2 changed files with 3 additions and 2 deletions

View File

@@ -734,6 +734,7 @@ public class LiveRyAnchorActivity extends LiveActivity implements LiveFunctionCl
mStartLive = true;
mLiveRoomViewHolder.startRefreshUserList();
mLiveRoomViewHolder.hideFloatMsg();
mLiveRoomViewHolder.initPkRank(null);
//守护相关
mLiveGuardInfo = new LiveGuardInfo();