酒吧房小黑屋麦标显示,网络请求头添加版本信息。
This commit is contained in:
@@ -1593,7 +1593,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
||||
roomFragment!!.handleRoomMessage(messageEvent)
|
||||
} else if (msgType == EMMessageInfo.QXRoomMessageTypeSingerRoomCurrentSongDidChanged) { //点歌房当前歌曲发生变化)
|
||||
if (mRoomInfoResp != null && mRoomInfoResp!!.room_info != null) {
|
||||
if (messageEvent?.text?.song_info != null) {
|
||||
if (messageEvent.text?.song_info != null) {
|
||||
mRoomInfoResp?.singer_info?.song_info = messageEvent.text.song_info
|
||||
roomBtnShowIsHide(mRoomInfoResp?.singer_info?.song_info?.singer_user_id!!)
|
||||
} else {
|
||||
@@ -3115,6 +3115,8 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
||||
}
|
||||
|
||||
mRoomInfoResp?.user_info?.pit_number = 9527
|
||||
|
||||
roomBtnShowIsHide()
|
||||
}
|
||||
|
||||
/** 进入小黑屋将所有的底部隐藏 */
|
||||
|
||||
Reference in New Issue
Block a user