Codewaves / Sticky-Header-Grid

Sticky header grid layout manager for RecycleView
MIT License
116 stars 35 forks source link

notifyDataSetChanged not work on kotlin #34

Closed satoshinosekai closed 4 years ago

satoshinosekai commented 4 years ago

i use the following code to update recyclerView content

mList.clear() mList.addAll(list) mStickyHeaderGridAdapter.notifyDataSetChanged()

but not work

then change to use mStickyHeaderGridAdapter.notifyAllSectionsDataSetChanged()

still not work, is it a bug?

satoshinosekai commented 4 years ago

Sorry, it's my code problem, works perfectly~