mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Set itemAnimator to null for the category library recycler
not like this needs animations, should fix some crashes
This commit is contained in:
parent
89ad5e03c1
commit
fce1b41645
1 changed files with 1 additions and 0 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue