修复:我的页面我的等修改只想新页面,优化:修改加入直播间报错

This commit is contained in:
18401019693
2022-12-13 14:30:21 +08:00
parent 7ed4043a1f
commit ce0061e86e
3 changed files with 32 additions and 31 deletions

View File

@@ -90,7 +90,7 @@ public class SocketRyClient {
@Override
public void onError(IRongCoreEnum.CoreErrorCode coreErrorCode) {
Log.i("tx", "加入" + "失败" + coreErrorCode);
ToastUtil.show(coreErrorCode + ":加入失败");
ToastUtil.show("網絡不佳無法連接,請重新進入");
}
});