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

Commit 54bc1933 authored by François Gaffie's avatar François Gaffie Committed by Automerger Merge Worker
Browse files

AudioService: default volume group is not restored am: 051829b8 am:...

AudioService: default volume group is not restored am: 051829b8 am: 4c46ac58 am: b8bd41ff am: c93a5efd

Change-Id: I168f63bb47b505fefe99b079cc6561861e82cda3
parents b64316da c93a5efd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5047,10 +5047,6 @@ public class AudioService extends IAudioService.Stub

        public void applyAllVolumes() {
            synchronized (VolumeGroupState.class) {
                if (mLegacyStreamType != AudioSystem.STREAM_DEFAULT) {
                    // No-op to avoid regression with stream based volume management
                    return;
                }
                // apply device specific volumes first
                int index;
                for (int i = 0; i < mIndexMap.size(); i++) {