AdamMc331/RecyclerViewUtils

Update the List interface methods to call the appropriate notify method.

AdamMc331 opened this issue · 0 comments

Currently they all call notifyDataSetChanged() but they should be changed to any specific methods like notifyItemRemoved() or notifyItemAdded().