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

Commit 7b6d9a10 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix muting voice call" into main

parents 56181250 99f417fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9211,7 +9211,7 @@ public class AudioService extends IAudioService.Stub
                index = 1;
            }
            if (replaceStreamBtSco()) {
            if (replaceStreamBtSco() && index != 0) {
                index = (int) (mIndexMin + (index * 10 - mIndexMin) / getIndexStepFactor() + 5)
                        / 10;
            }