Disable supportsPredictiveItemAnimations
This commit is contained in:
parent
d3ab7dbe95
commit
2c86e2f91e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class FixedGridLayoutManager(
|
|||
private var firstChangedPosition = 0
|
||||
private var changedPositionCount = 0
|
||||
|
||||
override fun supportsPredictiveItemAnimations(): Boolean = true
|
||||
override fun supportsPredictiveItemAnimations(): Boolean = false
|
||||
|
||||
override fun onItemsRemoved(recyclerView: RecyclerView, positionStart: Int, itemCount: Int) {
|
||||
firstChangedPosition = positionStart
|
||||
|
|
Loading…
Reference in a new issue