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

Crash: kotlin.KotlinNullPointerException in BubbleShowCaseBuilder.kt #38

Open
SakisBoridis opened this issue Oct 3, 2019 · 0 comments

Comments

@SakisBoridis
Copy link

I am getting this crash in some devices:

Fatal Exception: kotlin.KotlinNullPointerException
at com.elconfidencial.bubbleshowcase.BubbleShowCaseBuilder.show(BubbleShowCaseBuilder.kt:267)
at com.elconfidencial.bubbleshowcase.BubbleShowCaseSequence.show(BubbleShowCaseSequence.kt:47)
at com.elconfidencial.bubbleshowcase.BubbleShowCaseSequence.access$show(BubbleShowCaseSequence.kt:6)
at com.elconfidencial.bubbleshowcase.BubbleShowCaseSequence$show$1.onDismiss(BubbleShowCaseSequence.kt:45)
at com.elconfidencial.bubbleshowcase.BubbleShowCase.notifyDismissToSequenceListener(BubbleShowCase.kt:142)
at com.elconfidencial.bubbleshowcase.BubbleShowCase.dismiss(BubbleShowCase.kt:132)
at gr.blogspot.feasyapps.animalsforkids.fragments.LearnFragment$tapShowcaseHints$1$bubbleShowCaseBuilder3$1.onBubbleClick(LearnFragment.kt:181)
at com.elconfidencial.bubbleshowcase.BubbleShowCase$getBubbleMessageViewBuilder$1.onBubbleClick(BubbleShowCase.kt:180)
at com.elconfidencial.bubbleshowcase.BubbleMessageView$setBubbleListener$2.onClick(BubbleMessageView.kt:114)
at android.view.View.performClick(View.java:5246)
at android.view.View$PerformClick.run(View.java:21256)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:145)
at android.app.ActivityThread.main(ActivityThread.java:6934)
at java.lang.reflect.Method.invoke(Method.java)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)

  • Is it something that you have to fix in the library, or is it my fault.
  • If I am responsible for it, how can I fix it?
  • if you can fix it, when can I expect the fix?

Thanks for the library by the way!!!

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

1 participant