Fixed
Status Update
Comments
du...@google.com <du...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
du...@google.com <du...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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.