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

IndexOutOfBoundsException on addBubbleMessageViewDependingOnTargetView #36

Open
mehdi-salehi opened this issue Aug 21, 2019 · 2 comments

Comments

@mehdi-salehi
Copy link

Fatal Exception: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException + 260(ArrayList.java:260)
at java.util.ArrayList.get + 313(ArrayList.java:313)
at com.elconfidencial.bubbleshowcase.BubbleShowCase.access$addBubbleMessageViewDependingOnTargetView + 10238(SourceFile:10238)
at com.elconfidencial.bubbleshowcase.BubbleShowCase$iF.run + 109(SourceFile:109)
at android.os.Handler.handleCallback + 815(Handler.java:815)
at android.os.Handler.dispatchMessage + 104(Handler.java:104)
at android.os.Looper.loop + 207(Looper.java:207)
at android.app.ActivityThread.main + 5728(ActivityThread.java:5728)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run + 789(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main + 679(ZygoteInit.java:679)

@Monabr
Copy link

Monabr commented Apr 27, 2021

Same

@Rocavall
Copy link

I am getting this error as well in some cases but still haven't managed to reproduce it consistently.
Does anyone know how to avoid it or how to reproduce it?

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