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
Met the problem that after notifying adapter animation have a strange behavior.
If during this notifying holder height was changed (e.g. some view visibility changed to GONE), the item of adapter blinks and after that it start it's animation of changing height. Is there any way to remove blink effect?
My ViewHolder's implements AnimateViewHolder and RV uses SlideInUpAnimator():
Met the problem that after notifying adapter animation have a strange behavior.
If during this notifying holder height was changed (e.g. some view visibility changed to GONE), the item of adapter blinks and after that it start it's animation of changing height. Is there any way to remove blink effect?
My ViewHolder's implements AnimateViewHolder and RV uses SlideInUpAnimator():
Already tried this solution, but it didn't help
The text was updated successfully, but these errors were encountered: