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

Commit 7bd5a19b authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "Fix the roaming searching text display in standby screen"

parents d270e380 3e9f9dbb
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -3057,7 +3057,8 @@ public class ServiceStateTracker extends Handler {
            if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone.isEriFileLoaded()) &&
            if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone.isEriFileLoaded()) &&
                    (!ServiceState.isLte(mSS.getRilVoiceRadioTechnology()) ||
                    (!ServiceState.isLte(mSS.getRilVoiceRadioTechnology()) ||
                            mPhone.getContext().getResources().getBoolean(com.android.internal.R.
                            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
                // Only when CDMA is in service, ERI will take effect
                String eriText = mSS.getOperatorAlpha();
                String eriText = mSS.getOperatorAlpha();
                // Now the Phone sees the new ServiceState so it can get the new ERI text
                // Now the Phone sees the new ServiceState so it can get the new ERI text