1:完成才艺展示功能

This commit is contained in:
2025-11-28 14:38:03 +08:00
parent b089f4a56f
commit 784a67214d
10 changed files with 387 additions and 14 deletions

View File

@@ -3116,6 +3116,12 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
}
fun dialogMessage(event: RoomInputEvent){
if (publicScreenFragment != null) {
publicScreenFragment!!.fasong(event)
}
}
private fun countDownTimer() {
releaseCountDownTimer()
mCountDownTimer = object : CountDownTimer(3 * 1000L, 1000L) {