Skip to content

Commit 824d75e

Browse files
pekingmeleticiarossi
authored andcommitted
[Color] Fixed lint error.
PiperOrigin-RevId: 527739167
1 parent 8ae8a37 commit 824d75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/java/com/google/android/material/color/DynamicColors.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ private static boolean maybeApplyThemeOverlayWithUpdatedNeutralChroma(
492492
* @return True, if Android version is S or T and preUDynamicNeutralChromaUpdateEnabled is true in
493493
* current context.
494494
*/
495+
@ChecksSdkIntAtLeast(api = VERSION_CODES.S)
495496
private static boolean shouldOverrideNeutralChroma(@NonNull Context context) {
496497
// TODO(b/272585197) Remove after tonal surface migration is complete.
497498
boolean shouldUpdateNeutralChroma =

0 commit comments

Comments
 (0)