签约视图高度and闪退修改 62

This commit is contained in:
2025-12-04 21:13:12 +08:00
parent babd07e592
commit 2756fdb4b7
3 changed files with 17 additions and 14 deletions

View File

@@ -3926,6 +3926,8 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
maxHeightDp = 373
} else if (mRoomInfoResp!!.room_info.type_id == "9") {
maxHeightDp = 373
} else if (mRoomInfoResp!!.room_info.type_id == "10"){
maxHeightDp = 333
}
adjustLayoutHeights()
}