MarkoMilos / Paginate

Library for creating simple pagination functionality upon RecyclerView and AbsListView
Apache License 2.0
1.35k stars 225 forks source link

Paginate now retains scrolling position even when loading last batch … #37

Closed bstrandjev closed 4 years ago

bstrandjev commented 6 years ago

…of data

It used to be that when you scroll to the bottom of a recycler view it is scrolled back to beginning, because the adapter is reset

MarkoMilos commented 4 years ago

This has been implemented as a part of the latest release (check out release 1.0.0)

I'm closing this MR.