-
Notifications
You must be signed in to change notification settings - Fork 278
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
NullPointerException when using tooltip 2 times #28
Comments
Looks like the problem is that using an adapter the cells can be redrawn whenever it chooses, so that was the origin of the problem |
Were you able to fix the issue? Or is the Tooltip not usable within an adapter? |
I'm having this same issue in some devices. Is there any fix on this? |
having this issue on Nexus 5 |
I haven't took a look at the code, but is this possible to fix to us within an adapter? |
The NPE is because of
Hope it helps somebody. |
Hi, I'm trying to use the tooltip library on 2 different activities of my project and when the 2nd should be shown this exception appears:
The code I'm using is
Any hint what's happening? Thanks!
The text was updated successfully, but these errors were encountered: