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

Commit b2e7c842 authored by Sanket Padawe's avatar Sanket Padawe Committed by Gerrit Code Review
Browse files

Merge "Reset EF_AD (mMncLength) on sim refresh event."

parents c768e971 3dd679f9
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)) {