architecture-components-samples icon indicating copy to clipboard operation
architecture-components-samples copied to clipboard

[Paging3] LoadType.PREPEND never triggered from version paging-common-3.0.0-alpha08

Open ghost opened this issue 4 years ago • 1 comments

I think return LoadResult.Page(emptyList(), null, null) when PagingSource calls LoadParams.Prepend means the top of list reached, and it should call RemoteMediator after this. It works well before version 3.0.0-alpha08. This doesn't works from version 3.0.0-alpha08, and also 3.0.0-alpha12, I have to rollback to version 3.0.0-alpha07.

ghost avatar Jan 22 '21 06:01 ghost

Do you have a sample project we could use to reproduce the issue?

dlam avatar Feb 08 '21 21:02 dlam