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

Commit c74572fa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change to not reset vmCount on GSM<->CDMA switching." into nyc-mr1-dev

parents db52e9a4 b4fe99da
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;