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

Commit 31c4658f authored by Vlad Popa's avatar Vlad Popa Committed by Android (Google) Code Review
Browse files

Merge "Keep AVRCP vol sync on hearing protection trigger" into main

parents 4acdda02 f3f146ec
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5716,9 +5716,8 @@ public class AudioService extends IAudioService.Stub
                    // full volume device shouldn't update the mute state
                    /* canChangeMute= */ canChangeMuteAndUpdateController
                            && !isFullVolumeDevice(deviceType));
            index = streamState.getIndex(deviceType);
        }
        index = streamState.getIndex(deviceType);
        handleAbsoluteVolume(streamType, streamTypeAlias, deviceAttr, index, streamState.mIsMuted,
                flags);