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: 438770498
(cherry picked from commit 6fdc114)
  • Loading branch information
Material Design Team authored and dsn5ft committed Apr 19, 2022
1 parent 4d78879 commit 51093e1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -80,6 +80,7 @@ public boolean isSupported() {
deviceMap.put("vivo", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("xiaomi", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("motorola", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("nothing", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("itel", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("tecno", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("tecno mobile limited", DEFAULT_DEVICE_SUPPORT_CONDITION);
Expand Down

0 comments on commit 51093e1

Please sign in to comment.