Set itemAnimator to null for the category library recycler

not like this needs animations, should fix some crashes
This commit is contained in:
Jays2Kings 2023-10-05 18:33:08 -07:00
parent 89ad5e03c1
commit fce1b41645

View file

@ -28,6 +28,7 @@ class CategoryRecyclerView @JvmOverloads constructor(
fastAdapter.setHasStableIds(true)
layoutManager = manager
adapter = fastAdapter
itemAnimator = null
}
fun setCategories(items: List<Category>, itemsMap: Map<Int, Int>) {