xmuSistone / VegaLayoutManager

√A customized LayoutManager - fade and shrink the head itemView when scrolling.
1.85k stars 232 forks source link

How to stop auto scroll item? #30

Closed kavathiyamahesh closed 6 years ago

kavathiyamahesh commented 6 years ago

Thanks for this library.

I want to use the same animation as the library have but I just need to remove code which is for auto scroll when the first position hide. I need behavior same like the normal recycled view. can you please guild me how can I stop auto-scroll when move position?

Thanks

kavathiyamahesh commented 6 years ago

I just remove SnapHelper from onAttachedToWindow() and it's work as I want.

Thanks