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: 465568605
(cherry picked from commit 17ac05d)
  • Loading branch information
Material Design Team authored and leticiarossi committed Aug 11, 2022
1 parent a5f8e93 commit 81c2ded
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -75,6 +75,7 @@ public boolean isSupported() {

static {
Map<String, DeviceSupportCondition> deviceMap = new HashMap<>();
deviceMap.put("fcnt", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("google", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("hmd global", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("infinix", DEFAULT_DEVICE_SUPPORT_CONDITION);
Expand Down

0 comments on commit 81c2ded

Please sign in to comment.