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

Commit 8914c2df authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Fix the roaming searching text display in standby screen" am: 7bd5a19b

am: c025d013

Change-Id: I35131c4c75fb68e9e0ce9f3d52ba19e268fe81a1
parents 5f3f86ec c025d013
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3060,7 +3060,8 @@ public class ServiceStateTracker extends Handler {
            if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone.isEriFileLoaded()) &&
                    (!ServiceState.isLte(mSS.getRilVoiceRadioTechnology()) ||
                            mPhone.getContext().getResources().getBoolean(com.android.internal.R.
                                    bool.config_LTE_eri_for_network_name))) {
                                    bool.config_LTE_eri_for_network_name)) &&
                                    (!mIsSubscriptionFromRuim)) {
                // Only when CDMA is in service, ERI will take effect
                String eriText = mSS.getOperatorAlpha();
                // Now the Phone sees the new ServiceState so it can get the new ERI text