-
Notifications
You must be signed in to change notification settings - Fork 249
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
Update OpenTasksPal to use latest ContentPal with Projection, View ch… #518
Conversation
Travis build has failed twice now with this:
Not sure how to fix this. It seems it can't determine the API Level of the emulator. And only sometimes? |
I already created an issue for that: #516 |
I saw that but the message copied there is different, I think that was an actual valid build fail for the |
All checks pass here now, ready for review. |
@NonNull | ||
@Override | ||
public View<TaskContract.Tasks> view(@NonNull ContentProviderClient client, @NonNull String... projection) | ||
public View<TaskContract.Tasks> view(@NonNull ContentProviderClient client) |
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.
Where did the annotations go?
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.
Looks good.
…anges. #517