This commit is contained in:
ningwenqiang 2024-10-08 10:26:33 +08:00
parent 76d24123a7
commit bf7bc0ed81

View File

@ -867,7 +867,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
if(mLiveRoomViewHolder.isAnchorLive()){
mLiveRoomViewHolder.setGiftWall(data.getEnterRoomInfo().getGiftWallLightenNumber(), data.getEnterRoomInfo().getGiftWallLightenTotal());
}else {
mLiveRoomViewHolder.setGiftWall(data.getEnterRoomInfo().getWeekStarGiftNum(), data.getEnterRoomInfo().getWeekGiftIlluminateNum());
mLiveRoomViewHolder.setGiftWall( data.getEnterRoomInfo().getWeekGiftIlluminateNum() ,data.getEnterRoomInfo().getWeekStarGiftNum());
}
}