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

Commit c889225d 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 100a918a
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -190,6 +190,10 @@ public class GsmCdmaCallTracker extends CallTracker {
            }
            }
        }
        }


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

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