Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0451937e authored by Catherine Liang's avatar Catherine Liang Committed by Android (Google) Code Review
Browse files

Merge "Fixed ThemeOverlayController test" into main

parents 6db41d19 14ec76f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }