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

modified comparison to use nil rather than null #393

Merged
merged 1 commit into from
Apr 18, 2019

Conversation

malloy045
Copy link

This is to address #385 .

rect != (id)[NSNull null] was always evaluating to true when not providing a value for rect in the dart launch method:
_webView.launch(url);

@azkdev
Copy link

azkdev commented Apr 18, 2019

hi, so now it's not invisible on iOS ? =)
if that is, you saved my day :P

@malloy045
Copy link
Author

hi, so now it's not invisible on iOS ? =)
if that is, you saved my day :P

If we were experiencing the same issue, this change should fix it. I am working on some hackery as a work around. I will respond to the issue thread with that when I have it complete.

@charafau charafau merged commit eccf926 into fluttercommunity:master Apr 18, 2019
charafau added a commit that referenced this pull request Apr 7, 2020
modified comparison to use nil rather than null
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.

3 participants