注册

EMChatManager.getInstance().getAllConversations()

第一次获取消息列表的时候,返回的会话里面的messages只有一条,我想拿消息的第一条排序
//按照第一条的时间排序 
sortList.add( new Pair(conversation.getMessage(0).getMsgTime(), conversation));
已邀请:
调用conversation.loadMoreMsgFromDB从数据库里加载更多的消息

要回复问题请先登录注册