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

Inverted areItemsTheSame and areContentsTheSame functions #250

Open nicetomytyuk opened 1 year ago

nicetomytyuk commented 1 year ago

The implementations of areContentsTheSame and areItemsTheSame in the original code are swapped, this commit solves that issue.