We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b99f6 commit 824a12bCopy full SHA for 824a12b
lib/java/com/google/android/material/color/HarmonizedColorsOptions.java
@@ -102,7 +102,7 @@ public Builder setColorResourceIds(@NonNull @ColorRes int[] colorResourceIds) {
102
*
103
* @param colorAttributes The {@link HarmonizedColorAttributes} that needs to be harmonized.
104
*/
105
- @Nullable
+ @NonNull
106
public Builder setColorAttributes(@Nullable HarmonizedColorAttributes colorAttributes) {
107
this.colorAttributes = colorAttributes;
108
return this;
0 commit comments