Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

hasLoadMoreFired never set back to false after loading more #19

Closed
guillermomuntaner opened this issue Jan 27, 2016 · 1 comment
Closed

Comments

@guillermomuntaner
Copy link

Right before onLoadMore() is triggered, the flag boolean hasLoadMoreFired is set to true to avoid calling this method several times. Problem is its never set to false again so onLoadMore() only is going to be called once.

Since it is a private member, it needs to be exposed so we can set it back to false when we finish the load of more data.

@guillermomuntaner guillermomuntaner changed the title hasLoadMoreFired never set back to true after loading more hasLoadMoreFired never set back to false after loading more Jan 27, 2016
@itslonua
Copy link

I have this trouble too.

Allsimon added a commit to Allsimon/realm-recyclerview that referenced this issue Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants