luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Unable to remove first section from recyclerview #94

Closed ajaykumarpprajapati closed 6 years ago

ajaykumarpprajapati commented 6 years ago
Include the following:

Also, please wrap Java with correct syntax highlighting.

System.out.println("Hello, world!");
Reproduction Steps
Expected Result
Actual Result
ajaykumarpprajapati commented 6 years ago

Tried lot even keeping visibility gone for 1st section in Recyclerview still not able to remove

luizgrp commented 6 years ago

Have you tried calling [notifyDataSetChanged](https://developer.android.com/reference/android/support/v7/widget/RecyclerView.Adapter.html#notifyDataSetChanged())?