ursus
07/26/2019, 3:49 AMadapter.items = diff.list
diff.result.dispatchUpdatesTo(adapter)
recyclerView.invalidateItemDecorations()
Which does make the margins correct, however this doesn't get calculated into the animations*, and view jump to some incorrect intial position and animate to their end position*
Has anyone encountered this? Its very annoying. Do I need to write my own ItemAnimator?Eugen Martynov
07/26/2019, 1:24 PMursus
07/26/2019, 3:20 PM