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
(cherry picked from commit c6527d1)
  • Loading branch information
dsn5ft committed Jan 12, 2022
1 parent a51c80b commit 4376067
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 4376067

Please sign in to comment.