You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Did you override doesSectionHaveHeader function of SectioningAdapter.
/**
* @param sectionIndex index of the section in question
* @return true if this section has a header
*/
public boolean doesSectionHaveHeader(int sectionIndex) {
return false;
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the section is empty, I'd like to show the section header so that user will be able to add data to the correct section.
Currently when the section is empty, nothing (no section or section header) is shown for the recycler view.
Is there any quick solution for this?
thanks a lot!
Helen
The text was updated successfully, but these errors were encountered: