android-app icon indicating copy to clipboard operation
android-app copied to clipboard

Improve open the conversation speed

Open crossle opened this issue 4 years ago • 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.

crossle avatar Dec 31 '20 07:12 crossle

Open chat speed has been improved via https://github.com/MixinNetwork/android-app/commit/c972184ebdd64736f6ca826db9d64ccc69da30f7 , maybe we don't need ScrollingCursor.

Tougee avatar Nov 10 '21 06:11 Tougee