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

Commit 14ec76f7 authored by Marcelo Arteiro's avatar Marcelo Arteiro Committed by Catherine Liang
Browse files

Fixed ThemeOverlayController test

Removes alpha from color evaluation.

Bug: 404539643
Test: ThemeOverlayControllerTest
Flag: com.android.systemui.hardware_color_styles
Change-Id: Ied7ac08eb7cb8083624261341db4d048f5527bfb
parent a54d13db
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();
    }