更换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
}
}

View File

@@ -224,12 +224,13 @@
android:id="@+id/tv_sign_day"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/dp_18"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginEnd="@dimen/dp_30"
android:drawableLeft="@mipmap/icon_time"
android:text="签约7天"
android:textColor="@color/white"
android:textSize="@dimen/sp_10"
android:visibility="gone"
android:visibility="visible"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/gl_left_price" />