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

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

Dispose pendingMO connection on phone type switch.

am: 3746beeb

Change-Id: I2373392f3a5a2c6847073b2472fc4b418c396a54
parents 56d19500 3746beeb
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;