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

Commit 9fdfca4a authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

SystemUI: Switch to AOSP CHARGING_SOUNDS_ENABLED

Change-Id: Ia2fe8cbce18a505b7137f17657f35359a4c0bdb6
parent 6deab5df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -237,8 +237,8 @@ public class PowerUI extends SystemUI {
                if (mIgnoreFirstPowerEvent) {
                    mIgnoreFirstPowerEvent = false;
                } else {
                    if (CMSettings.Global.getInt(cr,
                            CMSettings.Global.POWER_NOTIFICATIONS_ENABLED, 0) == 1) {
                    if (Settings.Global.getInt(cr,
                            Settings.Global.CHARGING_SOUNDS_ENABLED, 0) == 1) {
                        playPowerNotificationSound();
                    }
                }