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

Commit 390e9df5 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 6934

* changes:
  Add Get-CDMASubscription in EVENT_RUIM_READY.
parents dd931864 56d97ebb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -296,6 +296,10 @@ final class CdmaServiceStateTracker extends ServiceStateTracker {
                        EVENT_RUIM_RECORDS_LOADED, null);
                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.
            pollState();