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

Commit 3e9f9dbb authored by Mengjun Leng's avatar Mengjun Leng Committed by Wileen Chiu
Browse files

Fix the roaming searching text display in standby screen

Display roaming searching text in the device when cdma subscription
source is NV. As per current implementation, ERI file is always loaded
ir-respective of NV or RUIM.

Bug: 38148764
Change-Id: Ic23a2038274fc978335df1e186d59ec99c8ef8fc
parent f90dc616
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2962,7 +2962,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