gpt4 book ai didi

android - Applozic Android 自定义 UI 最新消息列表抛出 ArrayIndexOutOfBoundsException

转载 作者:行者123 更新时间:2023-11-30 00:03:10 31 4
gpt4 key购买 nike

这是我的日志

enter image description here

当我尝试使用此方法获取 android 自定义 UI 的最新消息列表时,图像出现错误。

ApplozicConversation.getMessageList(context, isScroll, new MessageListHandler() {
@Override
public void onResult(List<Message> messageList, ApplozicException e) {
if(e == null){
// do something
}else{
//Error in fetching messages.
e.printStrackTrace();
}
});

最佳答案

是的,我已经使用自定义类解决了这个问题。现在,我在 onPostExecute 方法的 MessageListTask 类中添加了手动检查。

对于没有任何对话的用户,即列表中有 0 个对话的用户,将会出现此问题。

关于android - Applozic Android 自定义 UI 最新消息列表抛出 ArrayIndexOutOfBoundsException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49527539/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com