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

Commit d7912748 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Unmute audio streams for full volume device"

parents a5644e64 1a5dc053
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1320,6 +1320,11 @@ public class AudioService extends IAudioService.Stub
                        device, caller, true /*hasModifyAudioSettings*/);
            }
            mStreamStates[streamType].checkFixedVolumeDevices();

            // Unmute streams if device is full volume
            if (mFullVolumeDevices.contains(device)) {
                mStreamStates[streamType].mute(false);
            }
        }
    }