1:修改点唱房切歌

This commit is contained in:
2025-12-23 05:51:57 +08:00
parent c22e88eebb
commit bb54407c62
4 changed files with 5 additions and 4 deletions

View File

@@ -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() {

View File

@@ -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)
} }
} }

View File

@@ -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());

View File

@@ -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