nima-ahmadi

Results 2 issues of nima-ahmadi

I'm trying to install JewelryBox 1.5 on OS X 10.9.1 and getting this error. You can’t open the application “JewelryBox” because it may be damaged or incomplete.

According to the [`DiffUtil.ItemCallback` documentation ](https://developer.android.com/reference/androidx/recyclerview/widget/DiffUtil.ItemCallback#areContentsTheSame(T,%20T)), and as the names suggest, `areItemsTheSame` should be checking if the IDs are the same and `areContentsTheSame` should be checking if the contents are...