Simdea / gmlrva

Generic RecyclerView Adapter that supports multiple layout implementations.
MIT License
11 stars 1 forks source link

Adapter minor incorrections #7

Closed paribeiro10 closed 6 years ago

paribeiro10 commented 7 years ago

The GenericMultipleLayoutAdapter#remove(List items) is named incorrectly: "removed" instead of the correct "remove". Furthermore, GenericMultipleLayoutAdapter#updateViewTypes() is being called twice in some instances.