Open mkrupal09 opened 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.
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.