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

Commit 0224be2c 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

Change-Id: I66524c7f05f1f8add3ddc3bb635f818f9583fce5
parents 8ff137d8 4c46ac58
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++) {