Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

Not working with FlexLayoutmanager

Open kaustav07 opened this issue 4 years ago • 0 comments

if the layoutmanager of the recyclerview is FlexLayoutmanager, this doesn't work and it crashes the app. it gives a error -

java.lang.ClassCastException: androidx.recyclerview.widget.RecyclerView$LayoutParams cannot be cast to com.google.android.flexbox.FlexItem

and moreover if this is in a motionLayout, that crashes as well.. -

unable to parse MotionScene file

if I remove this library releated code then it parses no error.

kaustav07 avatar Feb 24 '21 07:02 kaustav07