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

Commit c233d73a authored by Anton Potapov's avatar Anton Potapov
Browse files

Start Volume Panel only after the keyguard is dismissed

Flag: com.android.systemui.new_volume_panel
Fixes: 343102721
Test: manual on the phone
Change-Id: Ic5bc0cb9e1e062637d8700142e9949cfa70f893c
parent 7f1b8edc
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -97,7 +97,14 @@ constructor(
    }

    private fun showNewVolumePanel() {
        activityStarter.dismissKeyguardThenExecute(
            {
                volumePanelGlobalStateInteractor.setVisible(true)
                false
            },
            {},
            true
        )
    }

    private fun createNewVolumePanelDialog(): Dialog {