Open BraisGabin opened 7 years ago
We have the notifySectionFooterInserted, notifySectionFooterRemoved and notifySectionFooterChanged.
notifySectionFooterInserted
notifySectionFooterRemoved
notifySectionFooterChanged
But we don't have notifySectionHeaderInserted, notifySectionHeaderRemoved and notifySectionHeaderChanged. Add them would be usefull.
notifySectionHeaderInserted
notifySectionHeaderRemoved
notifySectionHeaderChanged
As a workaround for notifySectionHeaderChanged(sectionIndex) you can use: notifyItemChanged(getAdapterPositionForSectionHeader(sectionIndex)).
notifySectionHeaderChanged(sectionIndex)
notifyItemChanged(getAdapterPositionForSectionHeader(sectionIndex))
We have the
notifySectionFooterInserted
,notifySectionFooterRemoved
andnotifySectionFooterChanged
.But we don't have
notifySectionHeaderInserted
,notifySectionHeaderRemoved
andnotifySectionHeaderChanged
. Add them would be usefull.