1:修改点唱房切歌
This commit is contained in:
@@ -133,7 +133,7 @@ public class CommonAppContext extends MultiDexApplication implements Application
|
|||||||
@Getter
|
@Getter
|
||||||
public UnreadCountEvent unreadCountEvent;
|
public UnreadCountEvent unreadCountEvent;
|
||||||
|
|
||||||
public static int selectRelease = -1;
|
public static int selectRelease = 1;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
|
|||||||
@@ -1682,7 +1682,7 @@ class RoomActivity : BaseMvpActivity<RoomPresenter?, ActivityRoomBinding?>(),
|
|||||||
mRoomInfoResp?.song_user_info = messageEvent.text.songInfo
|
mRoomInfoResp?.song_user_info = messageEvent.text.songInfo
|
||||||
roomBtnShowIsHide(mRoomInfoResp?.song_user_info?.user_id!!.toInt())
|
roomBtnShowIsHide(mRoomInfoResp?.song_user_info?.user_id!!.toInt())
|
||||||
} else {
|
} else {
|
||||||
mRoomInfoResp?.song_user_info = null
|
// mRoomInfoResp?.song_user_info = null
|
||||||
roomBtnShowIsHide(-2)
|
roomBtnShowIsHide(-2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -729,6 +729,7 @@ public class RoomKtvFragment extends BaseMvpFragment<RoomPresenter, FragmentRoom
|
|||||||
mBinding.muName.setText("无");
|
mBinding.muName.setText("无");
|
||||||
volumeManager.clearCurrentVolumes();
|
volumeManager.clearCurrentVolumes();
|
||||||
mKaraokeView.reset();
|
mKaraokeView.reset();
|
||||||
|
AgoraManager.stopMuisc();
|
||||||
}
|
}
|
||||||
if (messageEvent.getText().getNextInfo() != null) {
|
if (messageEvent.getText().getNextInfo() != null) {
|
||||||
mBinding.muXName.setText(messageEvent.getText().getNextInfo().getSong_name());
|
mBinding.muXName.setText(messageEvent.getText().getNextInfo().getSong_name());
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ isBuildModule=false
|
|||||||
#org.gradle.deamon=false
|
#org.gradle.deamon=false
|
||||||
android.injected.testOnly=false
|
android.injected.testOnly=false
|
||||||
|
|
||||||
APP_VERSION_NAME=1.0.8.9
|
APP_VERSION_NAME=1.0.9.1
|
||||||
APP_VERSION_CODE=79
|
APP_VERSION_CODE=81
|
||||||
|
|
||||||
org.gradle.jvm.toolchain.useLegacyAdapters=false
|
org.gradle.jvm.toolchain.useLegacyAdapters=false
|
||||||
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15
|
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15
|
||||||
|
|||||||
Reference in New Issue
Block a user