faruktoptas / FancyShowCaseView

An easy-to-use customisable show case view with circular reveal animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.IllegalStateException: Cannot start this animator on a detached view!

mvij opened this issue · comments

Getting the crash log from crashlytics
Fatal Exception: java.lang.IllegalStateException: Cannot start this animator on a detached view!
at android.view.RenderNode.addAnimator + 837(RenderNode.java:837)
at android.view.RenderNodeAnimator.setTarget + 295(RenderNodeAnimator.java:295)
at android.view.RenderNodeAnimator.setTarget + 280(RenderNodeAnimator.java:280)
at android.animation.RevealAnimator. + 37(RevealAnimator.java:37)
at android.view.ViewAnimationUtils.createCircularReveal + 71(ViewAnimationUtils.java:71)
at me.toptas.fancyshowcase.FancyShowCaseView$doCircularEnterAnimation$1.onGlobalLayout + 508(FancyShowCaseView.java:508)
at android.view.ViewTreeObserver.dispatchOnGlobalLayout + 945(ViewTreeObserver.java:945)
at android.view.ViewRootImpl.performTraversals + 2805(ViewRootImpl.java:2805)
at android.view.ViewRootImpl.doTraversal + 1803(ViewRootImpl.java:1803)
at android.view.ViewRootImpl$TraversalRunnable.run + 8036(ViewRootImpl.java:8036)
at android.view.Choreographer$CallbackRecord.run + 1065(Choreographer.java:1065)
at android.view.Choreographer.doCallbacks + 876(Choreographer.java:876)