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

Commit 72b45e1c 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

am: 030ccdee

Change-Id: If56fd30dd52cc92d1ababede50433a58aa395744
parents 6c5a5a70 030ccdee
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();
        }