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

Commit 46c9856d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony: Change CDMA carrier name display rule for home network"

parents c850d520 66361d76
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -459,7 +459,8 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {

                if (showSpn && (iconIndex == EriInfo.ROAMING_INDICATOR_OFF) &&
                    isInHomeSidNid(mSS.getSystemId(), mSS.getNetworkId()) &&
                    mIccRecords != null) {
                    mIccRecords != null &&
                    !TextUtils.isEmpty(mIccRecords.getServiceProviderName())) {
                    mSS.setOperatorAlphaLong(mIccRecords.getServiceProviderName());
                }
            }