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

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

View File

@ -10,9 +10,9 @@ ext {
manifestPlaceholders = [ manifestPlaceholders = [
// //
serverHost : "https://napi.yaoulive.com", // serverHost : "https://napi.yaoulive.com",
// //
// serverHost : "https://ceshi.yaoulive.com", serverHost : "https://ceshi.yaoulive.com",
// //
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB", txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",

View File

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