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

Remove nested calls to performBatchUpdates when updating header/footer #10

Merged

Conversation

JosephDuffy
Copy link
Collaborator

Without this change we can see a crash in the app because the size for an unknown cell is requested. I think this is caused by the call to performBatchUpdates triggering a layout before the indexes have updated.

Without this change we can see a crash in the app using Composed because the size for an unknown cell is requested. I think this is caused by the call to `performBatchUpdates` triggering a layout before the indexes have updated.
@JosephDuffy JosephDuffy merged commit 942a21f into fix-reload-after-item-deletes Apr 9, 2024
3 checks passed
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.

None yet

2 participants