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 AnimatorChangeHandler.onAnimationEnd #588

Open
vmtrue opened this issue Mar 30, 2020 · 0 comments
Open

IndexOutOfBoundsException AnimatorChangeHandler.onAnimationEnd #588

vmtrue opened this issue Mar 30, 2020 · 0 comments

Comments

@vmtrue
Copy link

vmtrue commented Mar 30, 2020

I've noticed this exception in crash logs. I don't know when how it happens.
I use 3.0.0-rc1

Fatal Exception: java.lang.IndexOutOfBoundsException at android.view.ViewGroup.removeFromArray(ViewGroup.java:5409) at android.view.ViewGroup.removeViewInternal(ViewGroup.java:5597) at android.view.ViewGroup.removeViewInternal(ViewGroup.java:5559) at android.view.ViewGroup.removeView(ViewGroup.java:5490) at com.bluelinelabs.conductor.changehandler.AnimatorChangeHandler$1.onAnimationEnd(AnimatorChangeHandler.java:26) at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:552) at android.animation.AnimatorSet.endAnimation(AnimatorSet.java:1294) at android.animation.AnimatorSet.doAnimationFrame(AnimatorSet.java:1079) at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:146) at android.animation.AnimationHandler.access$100(AnimationHandler.java:37) at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:54) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:947) at android.view.Choreographer.doCallbacks(Choreographer.java:761) at android.view.Choreographer.doFrame(Choreographer.java:693) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:935) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7050) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:965)

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