You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we start the recycler view with an empty list and after we call the updateList to populate the recycler view, if the list has multiple viewtypes in some phones nothing happens and recycler view shows empty. If there's only one view type it works.
The text was updated successfully, but these errors were encountered:
To test this initiate the adapter with empty list of elements, and then create a runnable to be executed after some time and call updateList with the list of elements with differents view types.
…UpdatesTo() procedure was not updating the view as expected).
[New #9] Addition of a base architecture for adding RecyclerView Item Animations.
[New] Addition of a base architecture for adding RecyclerView Item Decorations.
[Support] Update to the sample app's ViewHolder instances.
[Support] Update to the projects constant classes.
[Support] Update to project dependencies.
[Support] Minor code refactoring.
When we start the recycler view with an empty list and after we call the updateList to populate the recycler view, if the list has multiple viewtypes in some phones nothing happens and recycler view shows empty. If there's only one view type it works.
The text was updated successfully, but these errors were encountered: