volsahin / volx-recyclerview-fast-scroll

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

Problem when updating list dynamically with new Index for fastscroll #1

Closed Systems-Engineer closed 7 years ago

Systems-Engineer commented 7 years ago

The fastscroll only loads the current used indexes in my list items, but if i update the list with a new item wich have new Letter for indexes, the fastscroll doesnt refresh the letters... How can we do this?

Sorry for bad english

volsahin commented 7 years ago

I'm currently working on it now , today i will be releasing v1.0.5 which includes refresh feature too , thanks for your feedback

volsahin commented 7 years ago

v1.0.5 released , now you can update volx with by calling volx.notifyValueDataChanged() method. Be sure that you sorted your updated list again before calling this method.