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

Commit 2b3be5e4 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: 4c46ac58 am: 0224be2c

Change-Id: Ic0b458246bf2a06de2bae3b0082f1aead94b7fd4
parents a545f9e9 0224be2c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4888,10 +4888,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++) {