fix : 悬浮按钮点击事件
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user