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

Commit 3989920e authored by Umashankar Godachi's avatar Umashankar Godachi
Browse files

Allow Ruim Records to be loaded when requested.

Current Functionality works only for First time Load
and subsequent Ruim Records are blocked.

Change-Id: Id74b0a7d4d5c0a746b21a576fd7169e31084aeea
CRs-Fixed: 587956
parent d7c1ee1d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -653,6 +653,9 @@ public final class RuimRecords extends IccRecords {
    protected void onAllRecordsLoaded() {
        if (DBG) log("record load complete");

        //Clear mRecordsRequested since the load request is served
        mRecordsRequested = false;

        // Further records that can be inserted are Operator/OEM dependent

        String operator = getOperatorNumeric();