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(iOS): null checks in getTrueSheetView #108

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

dmnkgrc
Copy link
Contributor

@dmnkgrc dmnkgrc commented Nov 21, 2024

Similarly to #35

This PR fixes a crash in onDismiss caused by nil values during app reloads in release builds. Both bridge and the view can be null and this is now handled in getTrueSheetView. In our case it looks like there is a race condition and onDismiss was called on a non existent sheet.

This PR fixes a crash in onDismiss caused by nil values during app
reloads in release builds. Both bridge and the view can be null and this
is now handled in getTrueSheetView
Copy link

vercel bot commented Nov 21, 2024

@dmnkgrc is attempting to deploy a commit to the Jovanni's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

codeclimate bot commented Nov 21, 2024

Code Climate has analyzed commit af0d427 and detected 0 issues on this pull request.

View more on Code Climate.

@lodev09
Copy link
Owner

lodev09 commented Nov 26, 2024

Thank you @dmnkgrc

@lodev09 lodev09 merged commit 65d3316 into lodev09:main Nov 26, 2024
1 of 2 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.

2 participants