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

Commit ecb3ffc2 authored by Jae Seo's avatar Jae Seo Committed by Android (Google) Code Review
Browse files

Merge "AudioService: add a missing call to setSystemAudioMute"

parents efdc3310 1b434dac
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);