openimsdk / open-im-android-demo

IM Android
https://openim.io
94 stars 90 forks source link

getAllConversationList #33

Closed qiaoxianzhu closed 11 months ago

qiaoxianzhu commented 12 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 11 months ago

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