Krupal
Results
2
issues of
Krupal
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...