Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Reordering Crash #308

Merged
merged 2 commits into from
Jul 27, 2021
Merged

Fix Reordering Crash #308

merged 2 commits into from
Jul 27, 2021

Conversation

kyleve
Copy link
Collaborator

@kyleve kyleve commented Jul 25, 2021

This adds a queue that we can stop during re-order events; to prevent the case that a row is removed as the result of signalling to listeners that a re-order happened – which the collection view doesn't does not internally handle.

@kyleve kyleve force-pushed the kve/fix-checkout-reorder-crashes branch 2 times, most recently from 94651b9 to b4a13ce Compare July 27, 2021 01:08
…ates after the edit do not cause crashes within UICollectionView; it does not account for mutations while a reorder is settling.
@kyleve kyleve force-pushed the kve/fix-checkout-reorder-crashes branch from b4a13ce to 1a71aa9 Compare July 27, 2021 01:22
@kyleve kyleve force-pushed the kve/fix-checkout-reorder-crashes branch from 49056c0 to bcab467 Compare July 27, 2021 02:03
@kyleve kyleve changed the title [WIP] Fix Reordering Crash Fix Reordering Crash Jul 27, 2021
@kyleve kyleve marked this pull request as ready for review July 27, 2021 02:08
@kyleve kyleve enabled auto-merge July 27, 2021 02:08
@kyleve kyleve merged commit 1ba9cde into main Jul 27, 2021
@kyleve kyleve deleted the kve/fix-checkout-reorder-crashes branch July 27, 2021 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant