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

Commit 9fd206e3 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "simRecordLoaded registrants not notified for CDMA" am: 039a96b1 am:...

Merge "simRecordLoaded registrants not notified for CDMA" am: 039a96b1 am: 3f6b95e9 am: 48d10abf
am: 45e836ec

Change-Id: Id4280cfdd2eb3e5ba8f4edd7c6fce6b579186e5d
parents e327bc83 45e836ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2651,6 +2651,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);
            }
        }
    }