question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot start this animator on a detached view

See original GitHub issue

Please complete the following information:

  • Version 1.1.1
  • Samsung s7 and maybe more

Describe the Bug:

Fatal Exception: java.lang.IllegalStateException: Cannot start this animator on a detached view!
       at android.view.RenderNode.addAnimator(RenderNode.java:803)
       at android.view.RenderNodeAnimator.setTarget(RenderNodeAnimator.java:300)
       at android.view.RenderNodeAnimator.setTarget(RenderNodeAnimator.java:282)
       at android.animation.RevealAnimator.<init>(RevealAnimator.java:37)
       at android.view.ViewAnimationUtils.createCircularReveal(ViewAnimationUtils.java:71)
       at com.skydoves.balloon.ViewExtensionKt.circularUnRevealed(ViewExtensionKt.java:58)
       at com.skydoves.balloon.Balloon.dismiss(Balloon.java:485)
       at com.skydoves.balloon.Balloon$dismissWithDelay$1.run(Balloon.java:496)
       at android.os.Handler.handleCallback(Handler.java:789)
       at android.os.Handler.dispatchMessage(Handler.java:98)
       at android.os.Looper.loop(Looper.java:164)
       at android.app.ActivityThread.main(ActivityThread.java:6944)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Mar 31, 2020

Oh, great, thank you for fixing my issue 😃

0reactions
skydovescommented, Mar 31, 2020

@Amosss Hi, it is fixed on version 1.1.4. Thanks for your issue 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot start this animator on a detached view! reveal effect
Actually, the problem is that we are assigning a view to animation with its height and width, and suddenly we didn't notice that...
Read more >
Cannot start this animator on a detached view #20 - GitHub
When I open the activity from a RecyclerView works ok, but when I open it again with the same image drops an IllegalStateException....
Read more >
Cannot start this animator on a detached view! reveal effect
Android : Cannot start this animator on a detached view ! reveal effect [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >
java.lang.IllegalStateException: Cannot start this animator on ...
java.lang.IllegalStateException : Cannot start this animator on a detached view! ... I tried to look at line 64 (at android.bignerdranch.com.
Read more >
java.lang.IllegalStateException: Cannot ... - Android Breakdown
This error comes when there is something wrong with view, ... IllegalStateException: Cannot start this animator on a detached view!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found