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

Commit 5b58c952 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Dispose pendingMO connection on phone type switch. am: 3746beeb

am: ebdfe3bf

Change-Id: I1b444aebfe3a35be652b23731b53fce3919dd330
parents 03fa0fe9 ebdfe3bf
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;