eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

Fixed an ArrayOutOfBoundsException in HeaderStore. #22

Closed is-devteam closed 9 years ago

is-devteam commented 9 years ago

There could be situations in onItemRangeMoved and onItemRangeChanged where isHeaderByItemPosition does not have the same size as the underlying adapter. This fix adds the indexes that are missing.

leruaa commented 9 years ago

Thanks again !