android-app
android-app copied to clipboard
Improve open the conversation speed
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 https://github.com/MixinNetwork/android-app/commit/c972184ebdd64736f6ca826db9d64ccc69da30f7 , maybe we don't need ScrollingCursor.