timehop / sticky-headers-recyclerview

[UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView
Apache License 2.0
3.74k stars 756 forks source link

Fixed cache cleaning - clear cached header rects too #99

Closed xblonde closed 8 years ago

xblonde commented 8 years ago

If list with headers is transformed to list without headers, cached rects must be cleared too. Otherwise we can get null pointer exception in some cases.

jacobtabak commented 8 years ago

Thanks! LGTM