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

Commit bf3d45df authored by Chen Chen's avatar Chen Chen Committed by Automerger Merge Worker
Browse files

Merge "BluetoothInCallService: Ignore disconnecting state" am: 79154c2c

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1825895

Change-Id: If121d419d27aa9c711d5cc78ab283b217932be56
parents 82f6ed97 79154c2c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -188,6 +188,10 @@ public class BluetoothInCallService extends InCallService {
            if (call.isExternalCall()) {
                return;
            }
            if (state == Call.STATE_DISCONNECTING) {
                mLastState = state;
                return;
            }

            // If a BluetoothCall is being put on hold because of a new connecting call, ignore the
            // CONNECTING since the BT state update needs to send out the numHeld = 1 + dialing