Last active
July 26, 2017 18:07
-
-
Save patrick-elmquist/9a5865e9a1483cf3bc59faa0362cb161 to your computer and use it in GitHub Desktop.
Enter animation demo: GridLayoutAnimation vs RecyclerView stacktrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.patrickiv.demo.enteranimationdemo E/AndroidRuntime: FATAL EXCEPTION: main | |
Process: com.patrickiv.demo.enteranimationdemo, PID: 19510 | |
java.lang.ClassCastException: android.view.animation.LayoutAnimationController$AnimationParameters cannot be cast to android.view.animation.GridLayoutAnimationController$AnimationParameters | |
at android.view.animation.GridLayoutAnimationController.getDelayForView(GridLayoutAnimationController.java:299) | |
at android.view.animation.LayoutAnimationController.getAnimationForView(LayoutAnimationController.java:323) | |
at android.view.ViewGroup.bindLayoutAnimation(ViewGroup.java:4584) | |
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3453) | |
at android.view.View.draw(View.java:17240) | |
at android.support.v7.widget.RecyclerView.draw(RecyclerView.java:3985) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment