1:完成才艺展示功能
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user