I use SectionedRecyclerViewAdapter to group items in a RecyclerView. After add new partitions and/or add an item to a section I call notifyDataSetChanged but the list is not refreshed.
MyRecyclerView.getAdapter().notifyDataSetChanged();
The data definitely change because after turning the screen rotation list is updated.