mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-14 13:51:57 +00:00
Update: Replace ProductItem field with function (a first step in refactoring Product)
This commit is contained in:
@@ -240,6 +240,6 @@ val PRODUCT_ASYNC_DIFFER_CONFIG
|
||||
oldItem: com.looker.droidify.database.entity.Product,
|
||||
newItem: com.looker.droidify.database.entity.Product
|
||||
): Boolean {
|
||||
return oldItem.data_item == newItem.data_item
|
||||
return oldItem.item() == newItem.item()
|
||||
}
|
||||
}).build()
|
Reference in New Issue
Block a user