Add notifyDataSetChanged & make updateSection handle section size updates
-
Add notifyDataSetChanged method to BaseSectionAdapter
Previosly, there was no correct way to notify about complete
reset of data in adapter. -
Make SectionManager.updateSection handle section size updates
Old implemenation of updateSection was expecting that section size
remains the same. Now it handles such changes and updates
sectionToPosSum properly.