android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

areContentsTheSame only is called when areItemsTheSame is true #232

Open joseantoniocampillo opened 2 years ago

joseantoniocampillo commented 2 years ago

https://github.com/android/views-widgets-samples/blob/f22069a57d5df0b58ce0be08086c3e9db35870b8/RecyclerViewKotlin/app/src/main/java/com/example/recyclersample/flowerList/FlowersAdapter.kt#L78

According to the documentation it should be the opposite.

sdwilsh commented 4 months ago

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.