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

java.lang.NullPointerException #116

Open
jouvigrouvi opened this issue Oct 13, 2017 · 2 comments
Open

java.lang.NullPointerException #116

jouvigrouvi opened this issue Oct 13, 2017 · 2 comments

Comments

@jouvigrouvi
Copy link

Fatal Exception: java.lang.NullPointerException
at android.support.v7.widget.TooltipPopup.show(TooltipPopup.java:79)
at android.support.v7.widget.TooltipCompatHandler.show(TooltipCompatHandler.java:155)
at android.support.v7.widget.TooltipCompatHandler.onLongClick(TooltipCompatHandler.java:103)
at android.view.View.performLongClick(View.java:4499)
at android.widget.TextView.performLongClick(TextView.java:8578)
at android.view.View$CheckForLongPress.run(View.java:18749)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5333)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:824)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:640)
at dalvik.system.NativeStart.main(NativeStart.java)

@jovanovski
Copy link

I also have this happening in my code quite a lot. Any ideas guys?

@jovikao
Copy link

jovikao commented Apr 19, 2018

@DarkRage & @jovanovski
I think this issue has been fixed by #120
Update version to 1.0.19-SNAPSHOT@aar may fix it.
See https://issuetracker.google.com/issues/64594124 for the reason.

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

No branches or pull requests

3 participants