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

Commit 5b2d1736 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

am: 5b58c952

Change-Id: I36fb595c13f265717d910c3d26df56545f8c585a
parents 9c1a272b 5b58c952
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;