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

Commit 7ba44a62 authored by Anton Potapov's avatar Anton Potapov Committed by Android (Google) Code Review
Browse files

Merge "Start Volume Panel only after the keyguard is dismissed" into main

parents fd5cf919 c233d73a
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 {