AdamMc331/RecyclerViewUtils

Make Items A Protected Field

AdamMc331 opened this issue · 0 comments

Since items is private, nothing that subclasses this can modify them without calling swapItems. Seems hacky, should be improved.