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

Commit 1b434dac authored by Jae Seo's avatar Jae Seo
Browse files

AudioService: add a missing call to setSystemAudioMute

Bug: 24946655
Change-Id: I0ff75135dbd05f1d99543cc0594656586a8ae7b5
parent 7d22f8b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1068,6 +1068,7 @@ public class AudioService extends IAudioService.Stub {
        if (DEBUG_VOL) {
            Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser));
        }
        setSystemAudioMute(masterMute);
        AudioSystem.setMasterMute(masterMute);
        broadcastMasterMuteStatus(masterMute);