Fixed
Status Update
Comments
du...@google.com <du...@google.com> #2
we've initially planned this for 1.0.0 but didn't make the cut.
du...@google.com <du...@google.com>
ap...@google.com <ap...@google.com> #3
I would add my +1 to this, if only that Room would recognize views (creation being secondary as it can be accomplished with raw queries).
Description
Version used: 3.0.0-alpha06
Devices/Android versions reproduced on: all
Case: I have list, and I can delete items. So for example I have 21 items and pageSize = 10. So I load page0, then page1 and page2. Then I delete last item, and invalidate source, state.anchorPosition = 20 , so I started with page = 2, there are no items and I return LoadResult(emptyList, 1, null) but there are no Prepend load so I get empty state in UI.
Code snipped of PagingSource
I could not find out why there are no Prepend loading, may be I missed smth.