You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I use the
ScaleInAnimator
(this likely applies to all subclasses ofBaseItemAnimator
as well), and callsetSupportsChangeAnimations(false)
, the change animation is still done.As a workaround I'm extending
ScaleInAnimator
and overriding theanimateChange()
method to do nothing.The text was updated successfully, but these errors were encountered: