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

Commit b4fe99da authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Change to not reset vmCount on GSM<->CDMA switching.

Bug: 29640920
Change-Id: Ida5a91554578e625e7245f18dc720d8fd2d752aa
parent 236825dc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -266,8 +266,6 @@ public class GsmCdmaPhone extends Phone {
    private void initRatSpecific(int precisePhoneType) {
        mPendingMMIs.clear();
        mIccPhoneBookIntManager.updateIccRecords(null);
        //todo: maybe not needed?? should the count also be updated on sim_state_absent?
        mVmCount = 0;
        mEsn = null;
        mMeid = null;