I am trying to create a listView with a new RecyvlerView Adapter. I have followed the exact guide present on android developer resources. But this is giving me a strange err
It happens too if you scroll really fast your recyclerview.
My case was inserting/moving/... items with DiffUtils and calling
TransitionManager.beginDelayedTransition(view)
on the root layout (and so, the recyclerview) somewhere in my code before the end of recyclerview animations