fix bugs.

This commit is contained in:
2025-12-03 14:58:21 +08:00
parent 0f054e1b69
commit 50ef12ee3b
8 changed files with 137 additions and 119 deletions

View File

@@ -48,6 +48,9 @@ class RoomMentorShipFragment(var mRoomInfo: RoomInfoResp?) :
BaseMvpFragment<MentorShipPresenter, FragmentMentorShipBinding>(), MentorShipContacts.View,
View.OnClickListener {
// 无参构造函数
constructor() : this(null)
companion object {
fun newInstance(roomInfoResp: RoomInfoResp): RoomMentorShipFragment {