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

Commit 6d3db15f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "BT: Don't send unhold for held when active is dropped by CHLD=1."

parents f2754d26 c1ba8b67
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -629,8 +629,6 @@ public final class BluetoothPhoneService extends Service {
                callsManager.disconnectCall(activeCall);
                if (ringingCall != null) {
                    callsManager.answerCall(ringingCall, ringingCall.getVideoState());
                } else if (heldCall != null) {
                    callsManager.unholdCall(heldCall);
                }
                return true;
            }
@@ -1401,8 +1399,6 @@ public final class BluetoothPhoneService extends Service {
                        callsManager.disconnectCall(activeCall);
                        if (ringingCall != null) {
                            callsManager.answerCall(ringingCall, 0);
                        } else if (backgroundCall != null) {
                            callsManager.unholdCall(backgroundCall);
                        }
                    }
                }