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

Add null checks around calls to InAppWebView callbacks #85

Merged
merged 1 commit into from
Apr 26, 2019
Merged

Add null checks around calls to InAppWebView callbacks #85

merged 1 commit into from
Apr 26, 2019

Conversation

matthewlloyd
Copy link
Contributor

This prevents a crash I've been seeing as of v1.1.2 (for the onScrollChanged callback)
and should also prevent any other similar possible crashes.

Also, suppress an unused_field analyzer warning for InAppWebViewController._id.

…er methods

This prevents a crash I've been seeing as of v1.1.2 (for the onScrollChanged callback)
and should also prevent any other similar possible crashes.

Also, suppress an unused_field analyzer warning for InAppWebViewController._id.
@pichillilorenzo
Copy link
Owner

Thanks!

@pichillilorenzo pichillilorenzo merged commit b163e48 into pichillilorenzo:master Apr 26, 2019
pichillilorenzo added a commit that referenced this pull request Apr 26, 2019
@pichillilorenzo
Copy link
Owner

Released version 1.1.3!

@matthewlloyd
Copy link
Contributor Author

Great, thanks for the quick merge and release (and the great plugin!).

This was referenced Jul 6, 2020
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