Skip to content

v1.0.2

Compare
Choose a tag to compare
@mikepenz mikepenz released this 01 Apr 20:32
· 12 commits to develop since this release
  • 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