recyclerview-animators icon indicating copy to clipboard operation
recyclerview-animators copied to clipboard

setSupportsChangeAnimations(false) is not respected by the animator

Open samarthd opened this issue 6 years ago • 1 comments

If I use the ScaleInAnimator (this likely applies to all subclasses of BaseItemAnimator as well), and call setSupportsChangeAnimations(false), the change animation is still done.

As a workaround I'm extending ScaleInAnimator and overriding the animateChange() method to do nothing.

samarthd avatar Aug 18 '18 18:08 samarthd

Same issue for SlideInLeftAnimator

yehe01 avatar Nov 14 '18 00:11 yehe01