fix:修复小时榜入口展示 未区分房间类型问题
This commit is contained in:
@@ -788,11 +788,11 @@ public class HomePartyRoomFragment extends BaseRoomFragment<IHomePartyView, Home
|
||||
return;
|
||||
}
|
||||
|
||||
// if (AvRoomDataManager.get().mCurrentRoomInfo.getIsPermitRoom() == 1) {
|
||||
// gameBinding.tvHourRank.setVisibility(View.VISIBLE);
|
||||
// } else {
|
||||
// gameBinding.tvHourRank.setVisibility(View.GONE);
|
||||
// }
|
||||
if (AvRoomDataManager.get().mCurrentRoomInfo.getIsPermitRoom() == 1) {
|
||||
gameBinding.tvHourRank.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
gameBinding.tvHourRank.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
// if (!GoldBoxHelper.needIntegrateBoxEntrance()) {
|
||||
// GoldBoxHelper.isHideBox().subscribe(
|
||||
|
Reference in New Issue
Block a user