truizlop / SectionedRecyclerView

An adapter to create Android RecyclerViews with sections, providing headers and footers.
806 stars 144 forks source link

Reset/setup indices also on range changes. #8

Closed cermakcz closed 8 years ago

cermakcz commented 8 years ago

This fixes indices not being setup again when only an item range (or even just one item) changes, not the whole data set.

cermakcz commented 8 years ago

Ping. Could someone please merge this or at least write some comment here? We'd like to use this library as a dependency and this unfortunately blocks us - for now we need to have the class copy-pasted.

truizlop commented 8 years ago

Sorry, I totally missed this PR. I'll check it and if it gets accepted, I'll publish a new version soon. Thanks for contributing!

truizlop commented 8 years ago

Version 1.2.0 has now been published to JCenter