Fixed
Status Update
Comments
cc...@google.com <cc...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
du...@google.com <du...@google.com>
sh...@meta.com <sh...@meta.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
Version used: androidx.paging:paging-*:3.0.0-alpha01
Devices/Android versions reproduced on: Samsung S-10
I am using PositionalDataSource in my code and when i request to loadAroud() a specific index, it loads sequentially from last loaded index till requested index instead of jumping and loading around requested index.
Its was working on stable version : androidx.paging:paging:2.1.2