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 crash in connect() when both intent and savedIntent are null #387

Merged
merged 1 commit into from
Apr 7, 2020

Conversation

pschlang
Copy link
Contributor

@pschlang pschlang commented Jan 9, 2020

When no intent has been received yet, the connect() function causes
a crash of the application due to a null pointer exception on Android.

Fix by introducing a null check.

When no intent has been received yet, the connect() function causes
a crash of the application due to a null pointer exception on Android.

Fix by introducing a null check.
@don don merged commit da3ae2f into chariotsolutions:master Apr 7, 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.

2 participants