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

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

Merge "Reset EF_AD (mMncLength) on sim refresh event." into oc-dr1-dev

parents 3516de95 202d1170
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -518,6 +518,7 @@ public abstract class IccRecords extends Handler implements IccConstants {
     */
    protected void onIccRefreshInit() {
        mAdnCache.reset();
        mMncLength = UNINITIALIZED;
        UiccCardApplication parentApp = mParentApp;
        if ((parentApp != null) &&
                (parentApp.getState() == AppState.APPSTATE_READY)) {