Maybe file an issue? `OffsetQueryPagingSource` is ...
# squarelibraries
v
Maybe file an issue?
OffsetQueryPagingSource
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