Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[iOS] Add missing call to ReloadData on NotifyCollectionChangedAction.Reset #6089

Merged
merged 3 commits into from
May 8, 2019

Conversation

hartez
Copy link
Contributor

@hartez hartez commented May 4, 2019

Description of Change

The iOS adapter for INotifyCollectionChanged is missing a call to ReloadData when handling NotifyCollectionChangedAction.Reset. This adds the missing call.

Issues Resolved

API Changes

None

Platforms Affected

  • iOS

@hartez hartez added the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label May 4, 2019
@hartez
Copy link
Contributor Author

hartez commented May 4, 2019

Adding and DNM for the moment - I want to add a UI test so we can make sure this doesn't pop up again.

@hartez hartez removed the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label May 4, 2019
@rmarinho rmarinho merged commit 6147647 into 4.0.0 May 8, 2019
@samhouts samhouts deleted the fix-gh5793 branch May 9, 2019 17:32
@samhouts samhouts added this to the 4.0.0 milestone May 10, 2019
@@ -59,6 +59,7 @@ void CollectionChanged(object sender, NotifyCollectionChangedEventArgs args)
Move(args);
break;
case NotifyCollectionChangedAction.Reset:
_collectionView.ReloadData();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failing on IOS10 :(

Copy link

@abdul-wasey abdul-wasey Jan 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still not working..
XF Version = 4.8.0.1687

@abdul-wasey
Copy link

Still not working..
XF Version = 4.8.0.1687

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants