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

Prevent disabling cleanup in progress transitions on iOS #6270

Merged

Conversation

bartlomiejbloniarz
Copy link
Contributor

@bartlomiejbloniarz bartlomiejbloniarz commented Jul 15, 2024

Summary

This PR changes the way Progress Transitions are restarted. Since the finishSharedTransition method is triggered by RNSScreens events we shouldn't increase the restart counter, because this could cause the cleanup to never happen.

Test plan

Check [SET] examples for regressions on iOS

@bartlomiejbloniarz bartlomiejbloniarz added this pull request to the merge queue Jul 15, 2024
Merged via the queue into main with commit 1604731 Jul 15, 2024
10 checks passed
@bartlomiejbloniarz bartlomiejbloniarz deleted the @bartlomiejbloniarz/fix-progress-transition-restart branch July 15, 2024 16:47
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.

2 participants