Skip to content

Commit 4376067

Browse files
committed
[M3][Colors] Add additional condition to check dynamic color supported devices
PiperOrigin-RevId: 416582032 (cherry picked from commit c6527d1)
1 parent a51c80b commit 4376067

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
@@ -90,6 +90,7 @@ public boolean isSupported() {
9090
deviceMap.put("sony", DEFAULT_DEVICE_SUPPORT_CONDITION);
9191
deviceMap.put("tcl", DEFAULT_DEVICE_SUPPORT_CONDITION);
9292
deviceMap.put("lenovo", DEFAULT_DEVICE_SUPPORT_CONDITION);
93+
deviceMap.put("lge", DEFAULT_DEVICE_SUPPORT_CONDITION);
9394
deviceMap.put("google", DEFAULT_DEVICE_SUPPORT_CONDITION);
9495
deviceMap.put("robolectric", DEFAULT_DEVICE_SUPPORT_CONDITION);
9596
deviceMap.put("samsung", SAMSUNG_DEVICE_SUPPORT_CONDITION);

0 commit comments

Comments
 (0)