jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

Does header remove on removeAll ? #38

Open JahanzaibShahid87 opened 6 years ago

JahanzaibShahid87 commented 6 years ago

Hey,

I have and filter and I have to call notifiyDatasetChanged but its not working so I am called removeAll and then add new cells so cells are working fine, but headers are not working fine because my headers are also different so I have to call addRecyclerHeaders, headers names appears fine but there is blank space on above the headers. What I understand there is an space of previous headers.

Please lemme know how can I remove all headers too ?

jaychang0917 commented 6 years ago

Pls provide demo project / sample code