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

Commit ef70b87c authored by Eric Laurent's avatar Eric Laurent Committed by Gerrit Code Review
Browse files

Merge "AudioService: fix voice volume adjustments" into main

parents 7537f7c9 240b0860
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7489,7 +7489,8 @@ public class AudioService extends IAudioService.Stub
                return AudioSystem.STREAM_RING;
            }
        default:
            if (isInCommunication()) {
            if (isInCommunication()
                    || mAudioSystem.isStreamActive(AudioManager.STREAM_VOICE_CALL, 0)) {
                if (!replaceStreamBtSco()
                        && mBtCommDeviceActive.get() == BT_COMM_DEVICE_ACTIVE_SCO) {
                    if (DEBUG_VOL) Log.v(TAG, "getActiveStreamType: Forcing STREAM_BLUETOOTH_SCO");