更换vap库

This commit is contained in:
2025-12-03 09:09:57 +08:00
parent 10e5504ce1
commit dc9726d5b4
56 changed files with 5063 additions and 9 deletions

View File

@@ -3195,12 +3195,8 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
}
}
private var isSwitchRoom: Boolean = false
// TODO:不进入 2025/8/26 加入房间
override fun roomInfo(resp: RoomInfoResp) {
if (!isSwitchRoom)
return
getHour()
mRoomInfoResp = resp
isOnline = true
@@ -3608,7 +3604,6 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
ClickUtils.clearAllClickRecords()
AgoraManager.getInstance().cleanup()
roomId = roomId2
isSwitchRoom = true
// 重新连接房间相关服务
resumeRoomState()
publicScreenFragment?.onDestroy()

View File

@@ -69,7 +69,7 @@ class RoomMentorShipFragment(var mRoomInfo: RoomInfoResp?) :
private val timer = CountdownTimer()
private val scope = CoroutineScope(Dispatchers.Main + SupervisorJob())
private val startOrDelay = arrayOf("开始", "")
private val startOrDelay = arrayOf("开始", "")
private var mUserInfo: RoomUserBean? = mRoomInfo?.user_info

View File

@@ -75,7 +75,7 @@ class RoomMentorShipWheatView : BaseWheatView {
mTvName?.text = bean.nickname
} else {
mTvName.visibility = VISIBLE
mCharmView.visibility = GONE
mCharmView.visibility = INVISIBLE
hostTv?.visibility = GONE
}
}