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

Commit 0758b903 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Initialize AdnCache for ISIM app type."

parents 70224c53 896cc224
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -65,6 +65,8 @@ public final class IsimUiccRecords extends IccRecords implements IsimRecords {
    public IsimUiccRecords(UiccCardApplication app, Context c, CommandsInterface ci) {
        super(app, c, ci);

        mAdnCache = new AdnRecordCache(mFh);

        mRecordsRequested = false;  // No load request is made till SIM ready

        // recordsToLoad is set to 0 because no requests are made yet