-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
When an item source raises a CollectionChanged event with action NotifyCollectionChangedAction.Reset, then _dataSource is simply cleared.
case NotifyCollectionChangedAction.Reset:
_dataSource.Clear();
parentView.GetRecycledViewPool().Clear();
NotifyDataSetChanged();
break;
Hence the list view goes blank, instead of actually re-evaluating the ItemsSource, at least for me.
Platform used during testing
- OS: Android
- Device: Nexus 5x, Honeywell EDA51
- Sdk version: Android SDK 21+
- Xamarin.Forms: 4.1.0-sr3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working