feat:补充边界安全判断
This commit is contained in:
@@ -660,7 +660,7 @@ public class MessageFragment extends TFragment implements ModuleProxy, MessageLi
|
|||||||
}
|
}
|
||||||
if (throwable != null) {
|
if (throwable != null) {
|
||||||
throwable.printStackTrace();
|
throwable.printStackTrace();
|
||||||
} else {
|
} else if (privateChatLimitInfo != null) {
|
||||||
loadChatLimit(privateChatLimitInfo, sessionIsEmpty);
|
loadChatLimit(privateChatLimitInfo, sessionIsEmpty);
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
Reference in New Issue
Block a user