We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, great library!
I was wondering about this exception that keeps happening at certain times where the paginate object was unbound and now you call unbind on it again:
Fatal Exception: java.lang.IllegalStateException Observer com.paginate.a.g@6489523 was not registered. com.paginate.recycler.RecyclerPaginate.unbind
I know that the simple solution is to not do this, but do you know how I can find if paginate has been registered first before i call that unbind()?
unbind()
Thanks a lot
The text was updated successfully, but these errors were encountered:
Do you have a sample or snippet on how to reproduce this issue?
Calling unbind() multiple times is working just fine in my case.
Are you calling unbind() multiple times from different threads?
unbind(
Sorry, something went wrong.
No branches or pull requests
Hi there, great library!
I was wondering about this exception that keeps happening at certain times where the paginate object was unbound and now you call unbind on it again:
I know that the simple solution is to not do this, but do you know how I can find if paginate has been registered first before i call that
unbind()
?Thanks a lot
The text was updated successfully, but these errors were encountered: