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

Commit f2ac3652 authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by Android Git Automerger
Browse files

am 869d0366: am 02d0fde7: Merge "telephony: PreferredAPN is not set correctly...

am 869d0366: am 02d0fde7: Merge "telephony: PreferredAPN is not set correctly while device is booting" into mnc-dr-dev

* commit '869d0366':
  telephony: PreferredAPN is not set correctly while device is booting
parents b1bb6b5a 869d0366
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -2764,10 +2764,12 @@ public final class DcTracker extends DcTrackerBase {
                mIccRecords.set(null);
            }
            if (newIccRecords != null) {
                log("New records found");
                if (mPhone.getSubId() >= 0) {
                    log("New records found.");
                    mIccRecords.set(newIccRecords);
                    newIccRecords.registerForRecordsLoaded(
                            this, DctConstants.EVENT_RECORDS_LOADED, null);
                }
            } else {
                onSimNotReady();
            }