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 crash in "Add an Address" screen when Country is empty #1457

Merged
merged 1 commit into from
Aug 30, 2019

Conversation

mshafrir-stripe
Copy link
Collaborator

@mshafrir-stripe mshafrir-stripe commented Aug 30, 2019

The arguments of publishResults() were marked as non-null, but Android may pass a null CharSequence as the first argument.

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter constraint

Screenshot_1567165094

The arguments to `publishResults` were marked as non-null,
but Android may pass a null `CharSequence` as the first
argument.
@mshafrir-stripe mshafrir-stripe changed the title Fix crash in CountryAdapter Fix crash in "Add an Address" screen when Country is empty Aug 30, 2019
@mshafrir-stripe mshafrir-stripe merged commit 0c8fa3a into master Aug 30, 2019
@mshafrir-stripe mshafrir-stripe deleted the fix-country-crash branch August 30, 2019 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants