Skip to content

Commit

Permalink
[M3][Colors] Add additional condition to check dynamic color supporte…
Browse files Browse the repository at this point in the history
…d devices

PiperOrigin-RevId: 416582032
  • Loading branch information
dsn5ft authored and leticiarossi committed Dec 16, 2021
1 parent 5fac4fd commit c6527d1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -90,6 +90,7 @@ public boolean isSupported() {
deviceMap.put("sony", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("tcl", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("lenovo", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("lge", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("google", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("robolectric", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("samsung", SAMSUNG_DEVICE_SUPPORT_CONDITION);
Expand Down

0 comments on commit c6527d1

Please sign in to comment.