Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
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.