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

Commit 8d021309 authored by Daniel Huang's avatar Daniel Huang Committed by Android (Google) Code Review
Browse files

Merge "Notify call forwarding indicator when carrier configChanged is changed." into sc-dev

parents 9c4835be 7efd34ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -431,7 +431,6 @@ public class ServiceStateTracker extends Handler {
            Context context = mPhone.getContext();

            mPhone.notifyPhoneStateChanged();
            mPhone.notifyCallForwardingIndicator();

            if (!SubscriptionManager.isValidSubscriptionId(mPrevSubId)) {
                // just went from invalid to valid subId, so notify with current service
@@ -5073,6 +5072,7 @@ public class ServiceStateTracker extends Handler {
        updateReportingCriteria(config);
        updateOperatorNamePattern(config);
        mCdnr.updateEfFromCarrierConfig(config);
        mPhone.notifyCallForwardingIndicator();

        // Sometimes the network registration information comes before carrier config is ready.
        // For some cases like roaming/non-roaming overriding, we need carrier config. So it's