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

Commit 3c6d1597 authored by Vlad Popa's avatar Vlad Popa
Browse files

Adjust the vg min index space

Test: audio dumpsys
Bug: 421251559
Flag: EXEMPT bugfix
Change-Id: I02e0658c52698c9c4de85acc4e0fd9f853ef7278
parent 613d31be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9791,7 +9791,7 @@ public class AudioService extends IAudioService.Stub
                    }
                    if (mVolumeGroupState != null) {
                        mVolumeGroupState.mIndexMin = mIndexMin;
                        mVolumeGroupState.mIndexMin = mIndexMin / 10;
                    }
                    mIndexMinNoPerm = mIndexMin;