添加了接口控制文字消息和语音的展示

This commit is contained in:
18401019693
2024-01-15 16:15:00 +08:00
parent 58b2d69601
commit 2aa50ecfc7
2 changed files with 29 additions and 32 deletions

View File

@@ -48,7 +48,7 @@ public class SudGameSmallPopupPindow extends AttachPopupView {
return;
}
if (sudGameUserModel.getMicStatus() == 3) {
ToastUtil.show("方未开麦!");
ToastUtil.show(WordUtil.isNewZh() ? "方未開麥!" : "The other side did not turn on the microphone");
return;
}
if (!mute) {