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

Commit 6d87d18a authored by Qiang Chen's avatar Qiang Chen Committed by Steve Kondik
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.

Conflicts:
        src/java/com/android/internal/telephony/cdma/CdmaLteServiceStateTracker.java

Change-Id: I6858e47e669ad5068481d516fb36606e7cb55bb6
CRs-Fixed: 646971
parent 8cc4aadd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -396,7 +396,8 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
        if (hasChanged) {
            boolean hasBrandOverride = mUiccController.getUiccCard() == null ? false :
                    (mUiccController.getUiccCard().getOperatorBrandOverride() != null);
            if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone.isEriFileLoaded())) {
            if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone.isEriFileLoaded())
                && !mIsSubscriptionFromRuim) {
                String eriText;
                // Now the CDMAPhone sees the new ServiceState so it can get the
                // new ERI text