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

Commit 200f777c authored by Fabián Kozynski's avatar Fabián Kozynski
Browse files

Enforce dark mode in QS

Test: manual: toggle dark mode
Bug: 353254131
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Change-Id: I69e7ef2224a3aeafba9225cd71c75f0e557e6ae0
parent 64433588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ constructor(

    @Composable
    private fun Content() {
        PlatformTheme {
        PlatformTheme(isDarkTheme = true) {
            ProvideShortcutHelperIndication(interactionsConfig = interactionsConfig()) {
                AnimatedVisibility(
                    visible = viewModel.isQsVisible,