Android-Pagination-with-RecyclerView icon indicating copy to clipboard operation
Android-Pagination-with-RecyclerView copied to clipboard

Data Duplication

Open vjayprem0622 opened this issue 7 years ago • 2 comments

On swipe to refresh and on tablayout change or swiped data duplicates and data doesnt refresh it shows loading at the bottom but doesnt update... for single activity it works fine.

vjayprem0622 avatar Nov 08 '17 07:11 vjayprem0622

you should call adapter.clear() function

DeevD avatar Dec 09 '17 17:12 DeevD

Also, if you don't cancel previous calls, even if you refresh, if the call didn't finish when you refresh, the items from that strill unfinished call will be appended

quevon24 avatar Jun 22 '18 17:06 quevon24