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

Commit 478dc367 authored by Shareef Ali's avatar Shareef Ali Committed by Gerrit Code Review
Browse files

Merge "Telephony: Delay SIM IO until SIM_READY" into cm-10.2

parents 4ca525d2 823d2978
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,10 @@ public class SIMRecords extends IccRecords {
                if (DBG) log("handleSimRefresh with SIM_REFRESH_INIT");
                // need to reload all files (that we care about)
                onIccRefreshInit();
                // Reregister for ready notification so that we read files
                // if app is ready
                mParentApp.unregisterForReady(this);
                mParentApp.registerForReady(this, EVENT_APP_READY, null);
                break;
            case IccRefreshResponse.REFRESH_RESULT_RESET:
                if (DBG) log("handleSimRefresh with SIM_REFRESH_RESET");