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

Commit ae93aaf7 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

Change-Id: Ifa28e0c71419f285f1859a489e0ddcc593d8d398
parents 754e9336 051829b8
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++) {