tttyy
tttyy
I can make one tonight if needed. But I kinda get the idea how it breaks. The related code is in MvxRecyclerAdapter.cs NotifyDataSetChanged ``` case NotifyCollectionChangedAction.Move: for (int i =...
BTW I copied code from 4.2. But the main problematic part still keeps. And you get the idea. Another thing to point out, I'm not sure if the Move operation...
Yea I did similar workaround for move and it worked.
Looks good to me. Thanks!