fix : 悬浮按钮点击事件

This commit is contained in:
eggmanQQQ
2024-12-31 18:45:17 +08:00
parent 42ae9cb8c6
commit 9e4646c28a

View File

@@ -1969,6 +1969,10 @@ open class BaseRoomFragment<V : IBaseRoomView?, P1 : BaseRoomPresenter<V>?> :
boomLayout.setOnClickListener {
showBoomInfoDialog()
}
mIvQueuingMicro.setOnClickListener(this)
btnIvgame.setOnClickListener(this)
btnIvConfigEntrance.setOnClickListener(this)
ivTeamPk.setOnClickListener(this)
if (AvRoomDataManager.get().isGameRoom) {