openimsdk / open-im-android-demo

IM Android
https://openim.io
92 stars 89 forks source link

getAllConversationList #33

Closed qiaoxianzhu closed 10 months ago

qiaoxianzhu commented 10 months ago

What would you like to share?

getAllConversationList can not return all data (List data) at first time. and then onConversationChanged always return little data. why getAllConversationList() work after onConversationChanged ?

Additional information

No response

Oliver-WJ commented 10 months ago

You can also sort by yourself after onConversationChanged. getAllConversationList can help you sort.