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

Commit 030ccdee authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Send Disconnect on Pending Calls when switching Phone Type"

am: d6b9b771

Change-Id: I1f8583ed31c6216005a0c430137ec6d9612188d4
parents 499a012d d6b9b771
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -197,6 +197,8 @@ public class GsmCdmaCallTracker extends CallTracker {
        }

        if (mPendingMO != null) {
            // Send the notification that the pending call was disconnected to the higher layers.
            mPendingMO.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED);
            mPendingMO.dispose();
        }