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

Commit f083620c authored by Amit Mahajan's avatar Amit Mahajan Committed by gitbuildkicker
Browse files

Dispose pendingMO connection on phone type switch.

Bug: 31288401
Change-Id: Ibc0157b655d10621e553130c7a2a24934ffe74b1
(cherry picked from commit 3746beeb)
parent bb8ae7ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -190,6 +190,10 @@ public class GsmCdmaCallTracker extends CallTracker {
            }
        }

        if (mPendingMO != null) {
            mPendingMO.dispose();
        }

        mConnections = null;
        mPendingMO = null;
        mState = PhoneConstants.State.IDLE;