Skip to content

Commit

Permalink
[M3][Color] Add shift to dynamic colors allowlist
Browse files Browse the repository at this point in the history
Resolves #3376

GIT_ORIGIN_REV_ID=80ef9b25f8fa3d2a3c62ff85d4a5d4ee063f3d13
PiperOrigin-RevId: 547287777
  • Loading branch information
amartinz authored and paulfthomas committed Jul 17, 2023
1 parent 64b066a commit fde37cf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -123,6 +123,7 @@ public boolean isSupported() {
deviceMap.put("robolectric", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("samsung", SAMSUNG_DEVICE_SUPPORT_CONDITION);
deviceMap.put("sharp", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("shift", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("sony", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("tcl", DEFAULT_DEVICE_SUPPORT_CONDITION);
deviceMap.put("tecno", DEFAULT_DEVICE_SUPPORT_CONDITION);
Expand Down

0 comments on commit fde37cf

Please sign in to comment.