Skip to content

Commit

Permalink
[Color] Fixed lint error.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 527739167
  • Loading branch information
pekingme authored and leticiarossi committed Apr 28, 2023
1 parent 8ae8a37 commit 824d75e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -492,6 +492,7 @@ private static boolean maybeApplyThemeOverlayWithUpdatedNeutralChroma(
* @return True, if Android version is S or T and preUDynamicNeutralChromaUpdateEnabled is true in
* current context.
*/
@ChecksSdkIntAtLeast(api = VERSION_CODES.S)
private static boolean shouldOverrideNeutralChroma(@NonNull Context context) {
// TODO(b/272585197) Remove after tonal surface migration is complete.
boolean shouldUpdateNeutralChroma =
Expand Down

0 comments on commit 824d75e

Please sign in to comment.