This error is caused if in your XML you have android:animateLayoutChanges set to true and you call notifyDataSetChanged() on the RecyclerView’s adapter in the Java code.
So, just avoid using android:animateLayoutChanges with RecyclerViews.
This error is caused if in your XML you have android:animateLayoutChanges set to true and you call notifyDataSetChanged() on the RecyclerView’s adapter in the Java code.
So, just avoid using android:animateLayoutChanges with RecyclerViews.