summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Catherine Liang <cathliang@google.com> 2025-03-24 13:23:20 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-24 13:23:20 -0700
commit0451937e15da6c2eab802fedeca6e494c02a7815 (patch)
tree503035919e3ffc163fba99fe8dc9f6278340059e
parent6db41d194dca338ee6b1f6fbbad60e2f3db6b953 (diff)
parent14ec76f7dd7f8107ee7a44723b53f88c8388e594 (diff)
Merge "Fixed ThemeOverlayController test" into main
-rw-r--r--packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java b/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java
index b8be34378891..8a6803413144 100644
--- a/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java
+++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java
@@ -307,7 +307,7 @@ public class ThemeOverlayControllerTest extends SysuiTestCase {
assertThat(updatedSetting.getValue().contains(
"android.theme.customization.theme_style\":\"MONOCHROMATIC")).isTrue();
assertThat(updatedSetting.getValue().contains(
- "android.theme.customization.system_palette\":\"ffff0000")).isTrue();
+ "android.theme.customization.system_palette\":\"FF0000")).isTrue();
}