I am using a RecyclerView with ListAdapter (which uses AsyncListDiffer to calculate and animate changes when list is replaced).
RecyclerView
The problem is that if I
Just call listAdapter.notifyDataSetChanged() and the ListAdapter will redraw the list based on submitted values.
listAdapter.notifyDataSetChanged()
ListAdapter