ShamylZakariya / StickyHeaders

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

issue in notifyAllSectionsDataSetChanged() method #93

Open mkrupal09 opened 6 years ago

mkrupal09 commented 6 years ago

public void notifyAllSectionsDataSetChanged() { buildSectionIndex(); notifyDataSetChanged(); collapsedSections.clear(); selectionStateBySection.clear(); }

you're not notify adapter just after collapsedSections,selectionStateBySection clear method. so after resetting data section not expand at first time.

can you please fix this ASAP. Thanks in advance.