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

Commit 3f6b95e9 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "simRecordLoaded registrants not notified for CDMA"

am: 039a96b1

Change-Id: I90c386dc92286af4e687b7d75647330d66e49eea
parents 94fbaf65 039a96b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2639,6 +2639,10 @@ public class GsmCdmaPhone extends Phone {
            r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
        } else {
            r.registerForRecordsLoaded(this, EVENT_RUIM_RECORDS_LOADED, null);
            if (isPhoneTypeCdmaLte()) {
                // notify simRecordsLoaded registrants for cdmaLte phone
                r.registerForRecordsLoaded(this, EVENT_SIM_RECORDS_LOADED, null);
            }
        }
    }