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

Commit c93a5efd 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: b8bd41ff

Change-Id: Icb197bd83f64f479876354322194675bca75c7fc
parents c51ee20a b8bd41ff
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++) {