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

Commit 56d97ebb authored by Cheng Yang's avatar Cheng Yang Committed by Wink Saville
Browse files

Add Get-CDMASubscription in EVENT_RUIM_READY.

parent 9ba6998b
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -296,6 +296,10 @@ final class CdmaServiceStateTracker extends ServiceStateTracker {
                        EVENT_RUIM_RECORDS_LOADED, null);
                        EVENT_RUIM_RECORDS_LOADED, null);
                mNeedToRegForRuimLoaded = false;
                mNeedToRegForRuimLoaded = false;
            }
            }

            cm.getCDMASubscription(obtainMessage(EVENT_POLL_STATE_CDMA_SUBSCRIPTION));
            if (DBG) log("Receive EVENT_RUIM_READY and Send Request getCDMASubscription.");

            // restore the previous network selection.
            // restore the previous network selection.
            pollState();
            pollState();