1:修改点唱房切歌
This commit is contained in:
@@ -1682,7 +1682,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
||||
mRoomInfoResp?.song_user_info = messageEvent.text.songInfo
|
||||
roomBtnShowIsHide(mRoomInfoResp?.song_user_info?.user_id!!.toInt())
|
||||
} else {
|
||||
mRoomInfoResp?.song_user_info = null
|
||||
// mRoomInfoResp?.song_user_info = null
|
||||
roomBtnShowIsHide(-2)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -729,6 +729,7 @@ public class RoomKtvFragment extends BaseMvpFragment<RoomPresenter, FragmentRoom
|
||||
mBinding.muName.setText("无");
|
||||
volumeManager.clearCurrentVolumes();
|
||||
mKaraokeView.reset();
|
||||
AgoraManager.stopMuisc();
|
||||
}
|
||||
if (messageEvent.getText().getNextInfo() != null) {
|
||||
mBinding.muXName.setText(messageEvent.getText().getNextInfo().getSong_name());
|
||||
|
||||
Reference in New Issue
Block a user