删除多余的显示设置按钮代码
This commit is contained in:
@@ -215,7 +215,6 @@ public class ModuleHallActivity extends BaseMvpActivity<IModuleHallView, ModuleH
|
||||
.compose(bindToLifecycle())
|
||||
.subscribe(clanAndHallInfo -> {
|
||||
clanInfo = clanAndHallInfo.getClan();
|
||||
ivSetting.setVisibility(View.VISIBLE);
|
||||
String bgUrl = "";
|
||||
HallInfo hallInfo = clanAndHallInfo.getHall();
|
||||
if (hallInfo != null && hallInfo.getHallId() != 0) {
|
||||
|
Reference in New Issue
Block a user