RecyclerViewUtils icon indicating copy to clipboard operation
RecyclerViewUtils copied to clipboard

Simple Expandable adapter is having problem with notifyDataSetChanged();

Open sagarpatel288 opened this issue 7 years ago • 0 comments

  1. We are passing list within the constructor of simple expandable adapter. Everything seems fine.
  2. On click event of item view, we are adding data to the existing list and calling notifyDataSetChanged(); but it seems the adapter is not getting that and hence, not updating the existing list!

sagarpatel288 avatar Feb 10 '18 09:02 sagarpatel288