xmuSistone/VegaLayoutManager

How to stop auto scroll item?

kavathiyamahesh opened this issue · 1 comments

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

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

Thanks