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

Commit 9d73c993 authored by Haijie Hong's avatar Haijie Hong
Browse files

Fix VOLUME_PANEL_SHOWN event

VOLUME_PANEL_SHOWN is accidentally removed in ag/26833809, it affects the dashboard data in recent month.

Flag: com.android.systemui.new_volume_panel
Test: verified the event is triggered when opening volume panel
Bug: 322279959
Change-Id: I2a8f89d9c4433bc016fb16528ffe87b7c7f7a7b2
parent 9c0687ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ constructor(

    private fun showNewVolumePanel() {
        applicationScope.launch(mainContext) {
            uiEventLogger.log(VolumePanelUiEvent.VOLUME_PANEL_SHOWN)
            dialogFactory
                .createBottomSheet(
                    content = { dialog ->