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

Commit fd34e37f authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change to not unregister CallTracker for callStateChange on switching RAT"

parents 4a6854f0 22965271
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -153,8 +153,6 @@ public class GsmCdmaCallTracker extends CallTracker {
    void init(int phoneType) {
        if (phoneType == PhoneConstants.PHONE_TYPE_GSM) {
            mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_GSM];
            mCi.unregisterForCallStateChanged(this);

            mPhone.getContext().unregisterReceiver(mEcmExitReceiver);
        } else {
            mConnections = new GsmCdmaConnection[MAX_CONNECTIONS_CDMA];