MixinNetwork/android-app

Improve open the conversation speed

crossle opened this issue · 1 comments

We use Paging2 for page the conversation message, It's use LimitOffsetDataSource for the Datasource, the Datasource need count the whole conversation message, we need use ScrollingCursor for the Datasource, avoid the count.

Open chat speed has been improved via c972184 , maybe we don't need ScrollingCursor.