添加了接口控制文字消息和语音的展示
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user