82 fix bugs,网络请求timeout=30。隐藏init chat failed 弹窗。
This commit is contained in:
@@ -54,7 +54,7 @@ public abstract class TUIBaseChatActivity extends BaseLightActivity {
|
||||
if (chatInfo != null) {
|
||||
initChat(chatInfo);
|
||||
} else {
|
||||
ToastUtil.toastShortMessage("init chat failed , chatInfo is empty.");
|
||||
// ToastUtil.toastShortMessage("init chat failed , chatInfo is empty.");
|
||||
TUIChatLog.e(TAG, "init chat failed , chatInfo is empty.");
|
||||
finish();
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ public abstract class TUIBaseChatMinimalistActivity extends BaseMinimalistLightA
|
||||
if (chatInfo != null) {
|
||||
initChat(chatInfo);
|
||||
} else {
|
||||
ToastUtil.toastShortMessage("init chat failed , chatInfo is empty.");
|
||||
// ToastUtil.toastShortMessage("init chat failed , chatInfo is empty.");
|
||||
TUIChatLog.e(TAG, "init chat failed , chatInfo is empty.");
|
||||
finish();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user