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

Commit 54ae9a65 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

am: 5b2d1736

Change-Id: Ib9c9040888e8f95fb7ef3d0758319131eab6094d
parents f3840b85 5b2d1736
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;