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

Commit 451b31b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Call mLoaded.set(false) for fileupdate default case"

parents 4ca96da1 14e858e2
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;