修复飘屏弹幕被禁言没提示问题
This commit is contained in:
@@ -250,7 +250,12 @@ public class SocketRyChatUtil {
|
||||
|
||||
@Override
|
||||
public void onError(Message message, RongIMClient.ErrorCode errorCode) {
|
||||
|
||||
Log.e("tx", "aaa" + errorCode.toString());
|
||||
if (errorCode.code == 23408) {
|
||||
ToastUtil.show(R.string.live_ban_tip);
|
||||
} else {
|
||||
ToastUtil.show(errorCode.code + ":" + errorCode.msg);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user