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

Commit 48731d8b 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

am: 72b45e1c

Change-Id: Ic4cdcc02c1ffdf1f4e28780a5d4129560bd2cc99
parents 46f4ef43 72b45e1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -197,6 +197,8 @@ public class GsmCdmaCallTracker extends CallTracker {
        }
        }


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