android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

areContentsTheSame only is called when areItemsTheSame is true

joseantoniocampillo opened this issue · comments

Relevant docs for this are here: https://developer.android.com/reference/androidx/recyclerview/widget/DiffUtil.ItemCallback

This code is still not in alignment with the docs.