Skip to content
New issue

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

Paginate observer was not registered #42

Open
Odaym opened this issue Apr 27, 2019 · 1 comment
Open

Paginate observer was not registered #42

Odaym opened this issue Apr 27, 2019 · 1 comment
Labels

Comments

@Odaym
Copy link

Odaym commented Apr 27, 2019

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()?

Thanks a lot

@MarkoMilos MarkoMilos added the bug label Sep 18, 2020
@MarkoMilos
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants