feat:补充边界安全判断

This commit is contained in:
Max
2023-12-12 19:25:46 +08:00
parent 3325ccaee9
commit 0e30b8e303

View File

@@ -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);
} }
})); }));