酒吧交友房 消息接受重置。
This commit is contained in:
@@ -1820,6 +1820,14 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//酒吧房用
|
||||
if (publicScreenFragment != null) {
|
||||
publicScreenFragment?.mIsPriRoom = false
|
||||
publicScreenFragment?.clearExMessageListener()
|
||||
publicScreenFragment?.setIsPriRoom(false)
|
||||
}
|
||||
|
||||
CommonAppContext.getInstance().isMai = false
|
||||
|
||||
CommonAppContext.getInstance().onlineMap.clear()
|
||||
@@ -2294,13 +2302,6 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
||||
updateCharmForAllPitBeans("")
|
||||
roomFragment!!.upFriendList(mRoomInfoResp?.room_info?.pit_list)
|
||||
}
|
||||
|
||||
//酒吧房用
|
||||
if (publicScreenFragment != null) {
|
||||
publicScreenFragment?.mIsPriRoom = false
|
||||
publicScreenFragment?.clearExMessageListener()
|
||||
publicScreenFragment?.setIsPriRoom(false)
|
||||
}
|
||||
}
|
||||
|
||||
private fun updateCharmForAllPitBeans(charm: String) {
|
||||
|
||||
Reference in New Issue
Block a user