AnEstevez / recipes

Recipes is a simple demo app based on modern Android application tech-stacks and CLEAN architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating a single item, reloads all items in the recyclerview

AnEstevez opened this issue · comments

The function "areContentsTheSame" (DiffUtil.ItemCallback) is not working.
Due to the lambda property "onBookmark" (RecipeItemUiState), all RecipeItemUiState elements are considered distinct.