veyndan
08/14/2023, 11:02 AMOffsetQueryPagingSource
is in a much better state than KeyedQueryPagingSource
, so I wouldn't be surprised that there are bugs with KeyedQueryPagingSource
.
FWIW the reason I'm more confident in the implementation of OffsetQueryPagingSource
is because it's loosely based off of Room's implementation of the same thing. KeyedQueryPagingSource
is a essentially a homegrown solution