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

[Color] Fix HarmonizedColorsOptions.Builder#setColorAttributes is marked as nullable #2649

Closed
wants to merge 1 commit into from

Conversation

RikkaW
Copy link
Contributor

@RikkaW RikkaW commented Apr 18, 2022

@Nullable
public Builder setColorAttributes(@Nullable HarmonizedColorAttributes colorAttributes) {
this.colorAttributes = colorAttributes;
return this;
}

Fix #2650

Copy link
Contributor

@drchen drchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this! : )

@drchen drchen added the Reviewing Internally An internal change has been created and sent for review. label Apr 18, 2022
@drchen drchen closed this in 824a12b Apr 19, 2022
dsn5ft pushed a commit that referenced this pull request Apr 19, 2022
…ked as nullable

Resolves #2649

GIT_ORIGIN_REV_ID=b1f2d2ca1d4c5b25370eb0902fbf35729d6fc0a4
PiperOrigin-RevId: 442676674

(cherry picked from commit 824a12b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewing Internally An internal change has been created and sent for review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Color] HarmonizedColorsOptions.Builder#setColorAttributes is marked as nullable
2 participants