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

Commit 5ac298eb authored by Treehugger Robot's avatar Treehugger Robot
Browse files

Merge "Call mLoaded.set(false) for fileupdate default case" am: 451b31b8

Change-Id: I1d1ea47bed53169ed768bdc446e1313ba62570a8
parents c3c424f2 451b31b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -344,6 +344,7 @@ public class IsimUiccRecords extends IccRecords implements IsimRecords {
                mRecordsToLoad++;

            default:
                mLoaded.set(false);
                fetchIsimRecords();
                break;
        }
+1 −0
Original line number Diff line number Diff line
@@ -936,6 +936,7 @@ public class RuimRecords extends IccRecords {

    @Override
    protected void handleFileUpdate(int efid) {
        mLoaded.set(false);
        mAdnCache.reset();
        fetchRuimRecords();
    }
+1 −0
Original line number Diff line number Diff line
@@ -1348,6 +1348,7 @@ public class SIMRecords extends IccRecords {
                // For now, fetch all records if this is not a
                // voicemail number.
                // TODO: Handle other cases, instead of fetching all.
                mLoaded.set(false);
                mAdnCache.reset();
                fetchSimRecords();
                break;