修改游戏的new图标展示,网页中英文检测

This commit is contained in:
18401019693
2023-10-07 11:21:03 +08:00
parent cf169e9a4e
commit b2ee091c03
8 changed files with 30 additions and 23 deletions

View File

@@ -174,9 +174,9 @@ public class SudGameListPopup extends BottomPopupView {
@Override
public void onError(String error) {
if (IMLoginManager.get(getContext()).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
ToastUtil.show("房间不存在");
ToastUtil.show("当前没有可加入的房间");
} else {
ToastUtil.show("The room does not exist");
ToastUtil.show("There are currently no rooms to join");
}
}
});