Skip to content

Commit

Permalink
[Color] Fix HarmonizedColorsOptions.Builder#setColorAttributes is mar…
Browse files Browse the repository at this point in the history
…ked as nullable

Resolves #2649

GIT_ORIGIN_REV_ID=b1f2d2ca1d4c5b25370eb0902fbf35729d6fc0a4
PiperOrigin-RevId: 442676674

(cherry picked from commit 824a12b)
  • Loading branch information
RikkaW authored and dsn5ft committed Apr 19, 2022
1 parent 2f3110f commit 44054aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -102,7 +102,7 @@ public Builder setColorResourceIds(@NonNull @ColorRes int[] colorResourceIds) {
*
* @param colorAttributes The {@link HarmonizedColorAttributes} that needs to be harmonized.
*/
@Nullable
@NonNull
public Builder setColorAttributes(@Nullable HarmonizedColorAttributes colorAttributes) {
this.colorAttributes = colorAttributes;
return this;
Expand Down

0 comments on commit 44054aa

Please sign in to comment.