Skip to content

Conversation

@tomadimitrie
Copy link

In LocationDto, provider is declared as such:

final String provider;

, with the assumption that it is always non-null. However, when receiving locations (tested on an iOS device), provider can be null, thus throwing an exception.

This PR makes the field optional.

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.

1 participant