ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 185 forks source link

Notify header section changed #78

Open aloj22 opened 6 years ago

aloj22 commented 6 years ago

I think there is no method to notify a header change, I'm using notifySectionDataSetChanged(sectionIndex) but it refreshes the whole section and it causes my header to be transparent and items below are shown.