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

Commit f8c7137d authored by Hayden Gomes's avatar Hayden Gomes
Browse files

Set stream volume for lecacy stream types

Bug: 130027430
Test: built and ran on device
Change-Id: Id224719fdcdd832c30d929957dc6aa5d0583f875
parent e320cdb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1961,7 +1961,7 @@ public class AudioService extends IAudioService.Stub
            return;
        }
        for (final int groupedStream : avg.getLegacyStreamTypes()) {
            setStreamVolume(stream, index, flags, callingPackage, callingPackage,
            setStreamVolume(groupedStream, index, flags, callingPackage, callingPackage,
                            Binder.getCallingUid());
        }
    }