You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
Let's say we set numberBeforeMoreIsCalled = 5. SuperRecyclerView is initialized with 11 items, first ten of them are visible, it leads to triggering onLoadMoreListener and showing the Load More animation. If no other items are available(noMoreListener could not load more items), then animation is gone and it leads to emitting a Scroll event, this results in triggering onLoadMoreListener and it's an infinity process. Please fix it or tell how to avoid this behaviour. Thanks
The text was updated successfully, but these errors were encountered:
Let's say we set numberBeforeMoreIsCalled = 5. SuperRecyclerView is initialized with 11 items, first ten of them are visible, it leads to triggering onLoadMoreListener and showing the Load More animation. If no other items are available(noMoreListener could not load more items), then animation is gone and it leads to emitting a Scroll event, this results in triggering onLoadMoreListener and it's an infinity process. Please fix it or tell how to avoid this behaviour. Thanks
The text was updated successfully, but these errors were encountered: