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 cfef899 commit f428ee3Copy full SHA for f428ee3
lib/java/com/google/android/material/color/DynamicColors.java
@@ -401,7 +401,7 @@ public static boolean isDynamicColorAvailable() {
401
if (VERSION.SDK_INT < VERSION_CODES.S) {
402
return false;
403
}
404
- if (BuildCompat.isAtLeastT()) {
+ if (VERSION.SDK_INT >= VERSION_CODES.S_V2) {
405
return true;
406
407
DeviceSupportCondition deviceSupportCondition =
0 commit comments