fix:修复开播后没有排位赛图标的问题
This commit is contained in:
parent
ce0061e86e
commit
e522d04ead
@ -10,9 +10,9 @@ ext {
|
||||
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",
|
||||
|
@ -734,6 +734,7 @@ public class LiveRyAnchorActivity extends LiveActivity implements LiveFunctionCl
|
||||
mStartLive = true;
|
||||
mLiveRoomViewHolder.startRefreshUserList();
|
||||
mLiveRoomViewHolder.hideFloatMsg();
|
||||
mLiveRoomViewHolder.initPkRank(null);
|
||||
|
||||
//守护相关
|
||||
mLiveGuardInfo = new LiveGuardInfo();
|
||||
|
Loading…
Reference in New Issue
Block a user