|
@@ -2,6 +2,7 @@ package com.cooleshow.chatmodule.presenter;
|
|
|
|
|
|
import android.net.Uri;
|
|
|
import android.text.TextUtils;
|
|
|
+import android.util.Log;
|
|
|
|
|
|
import com.cooleshow.base.common.BaseConstant;
|
|
|
import com.cooleshow.base.presenter.BasePresenter;
|
|
@@ -57,7 +58,10 @@ public class ChatGroupSettingPresenter extends BasePresenter<ChatGroupSettingCon
|
|
|
|
|
|
@Override
|
|
|
public void onError(String module, int errCode, String errMsg) {
|
|
|
- ToastUtil.toastShortMessage(errMsg);
|
|
|
+ Log.i("pq","loadGroupInfo onError:"+"module="+module+"errCode:"+errCode+"errMsg:"+errMsg);
|
|
|
+ if (getView() != null) {
|
|
|
+ getView().getGroupInfoError();
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}
|