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

Unverified Commit 9fbbf5a1 authored by programminghoch10's avatar programminghoch10 Committed by Michael Bestas
Browse files

fixup! power: Explicitly check for silent ringtone

Change-Id: Ic757dc97d4b85fc1a660157ad24c6d568eba5859
parent e94be3b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1139,6 +1139,7 @@ public class Notifier {
                    wireless ? Settings.Global.WIRELESS_CHARGING_STARTED_SOUND
                            : Settings.Global.CHARGING_STARTED_SOUND);
            if ("silent".equals(soundPath)) {
                mIsPlayingChargingStartedFeedback.set(false);
                return;
            }