v1.0.2
- Disable change animation if payloads are present for changed items
The default DefaultItemAnimator class disables change animations if change payloads were supplied along with notifyItemChanged(). This commit duplicates this behavior in all custom animations provided by this library.
Thanks @Saketme