-
-
Notifications
You must be signed in to change notification settings - Fork 519
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(iOS): full screen modal crash on paper #2336
Conversation
e0c58eb
to
9e16a3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, the code change looks sensible, however let's put some more explanation on what happens here in the PR description please. Cause when someone comes back to this PR in a month he'll have no idea why the navctr
could be null
there.
Also, what's going on this this failing e2e CI on iOS? |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're good here - thanks.
I'll merge this PR once CI passes.
## Description Full screen modal was crashing sometimes on Paper. Fixes software-mansion#2317. ## Test code and steps to reproduce Added `Test2317` to tests. ## Checklist - [x] Included code example that can be used to test this change - [ ] Ensured that CI passes --------- Co-authored-by: Kacper Kafara <[email protected]>
Full screen modal was crashing sometimes on Paper. Fixes #2317. Added `Test2317` to tests. - [x] Included code example that can be used to test this change - [ ] Ensured that CI passes --------- Co-authored-by: Kacper Kafara <[email protected]> (cherry picked from commit af30489)
Description
Full screen modal was crashing sometimes on Paper.
Fixes #2317.
Test code and steps to reproduce
Added
Test2317
to tests.Checklist