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

Commit 45e836ec 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: 3f6b95e9

am: 48d10abf

Change-Id: I59803730a67fa5f19e8a6c25cb940bad730e98a7
parents c6af1876 48d10abf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2659,6 +2659,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);
            }
        }
    }