-
Notifications
You must be signed in to change notification settings - Fork 338
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
it was solved. Expecting an argument locationparserutil.kt #300 and C… #306
base: master
Are you sure you want to change the base?
Conversation
…and Callback* not triggered rekabhq#301
It is the first time that I contribute to free code, I am open to comments. |
…and Callback* not triggered rekabhq#301
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a cleaner notation to achieve the intended result.
However, I'm not sure to what extent this is a solution rather than a workaround: It will work fine as a fix for now, but at least eventually it's desirable to either:
- Make sure
json[Keys.ARG_PROVIDER]
is never null - Make
json[Keys.ARG_PROVIDER]
nullable if it is not always present
I am not certain which of the above would be desirable, but until then this should at least fix the latest version.
Can we make the model Locations to, provider be of type String? And with that make the relevant changes. |
…and Callback* not triggered rekabhq#301
I already modified the model property. |
It looks like this doesn't work as-is Did you confirm this to work for you? |
…allback* not triggered #301