Loading packages/SystemUI/src/com/android/systemui/volume/ui/navigation/VolumeNavigator.kt +8 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,14 @@ constructor( } private fun showNewVolumePanel() { activityStarter.dismissKeyguardThenExecute( { volumePanelGlobalStateInteractor.setVisible(true) false }, {}, true ) } private fun createNewVolumePanelDialog(): Dialog { Loading Loading
packages/SystemUI/src/com/android/systemui/volume/ui/navigation/VolumeNavigator.kt +8 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,14 @@ constructor( } private fun showNewVolumePanel() { activityStarter.dismissKeyguardThenExecute( { volumePanelGlobalStateInteractor.setVisible(true) false }, {}, true ) } private fun createNewVolumePanelDialog(): Dialog { Loading