volsahin / volx-recyclerview-fast-scroll

An easy to use implementation for fast scroll recyclerview
34 stars 8 forks source link

When calling notifyValueDataChanged() changes are appended to the existing indexes #8

Closed captaintouch closed 5 years ago

captaintouch commented 5 years ago

Hi!

I noticed that when calling notifyValueDataChanged() the new indexes were appended at the end instead of replacing them all. I've made a pull request to clear the corresponding arrays before adding the contents to them again: https://github.com/volsahin/volx-recyclerview-fast-scroll/pull/7

Thanks, really appreciate this component!

volsahin commented 5 years ago

I merged it. Thank you.