[Modify]修改公会数据页面

This commit is contained in:
wushaocheng
2023-08-09 11:42:35 +08:00
parent d2b0e904c8
commit c34e8b034d
3 changed files with 6 additions and 4 deletions

View File

@@ -98,6 +98,7 @@ public class ModuleHallActivity extends BaseMvpActivity<IModuleHallView, ModuleH
binding.ivBack.setOnClickListener(this);
binding.ivSetting.setOnClickListener(this);
binding.tvExit.setOnClickListener(this);
binding.tvCheckStream.setOnClickListener(this);
hallId = getIntent().getLongExtra(KEY_HALL_ID, HallModel.get().getHallId());
ownerUid = getIntent().getLongExtra(KEY_OWNER_UID, AuthModel.get().getCurrentUid());
isSelfHall = hallId == HallModel.get().getHallId();

View File

@@ -274,6 +274,7 @@ public class RoomIncomeActivity extends BaseMvpActivity<IIncomeStatisticsView, R
protected void setStatusBar() {
super.setStatusBar();
StatusBarUtil.transparencyBar(this);
StatusBarUtil.StatusBarLightMode(this);
}
}

View File

@@ -29,8 +29,8 @@ COMPILE_SDK_VERSION=32
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=32
version_name=1.9.5
version_code=195
version_name=1.9.6
version_code=196
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=4780
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=4780