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

FirstVisibleItem not change after I use notifyDataSetChange #204

Closed Suvteng closed 4 years ago

Suvteng commented 4 years ago

When I have change some data in onBindItemViewHolder first visible item not change but the last item is change. How can I make first visible item change when I use notifySetChange?