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

Commit 14a62045 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioService: fix SCO audio resume after call" into sc-v2-dev

parents 8011bd5f 7cf5ae1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
        }

        boolean isBtScoRequested = isBluetoothScoRequested();
        if (isBtScoRequested && !wasBtScoRequested) {
        if (isBtScoRequested && (!wasBtScoRequested || !isBluetoothScoActive())) {
            if (!mBtHelper.startBluetoothSco(scoAudioMode, eventSource)) {
                Log.w(TAG, "setCommunicationRouteForClient: failure to start BT SCO for pid: "
                        + pid);