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

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

Merge "Fix Operator display issue in CDMA mode"

parents f74d9415 305b3a9a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -481,7 +481,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
            }

            if (mUiccApplcation != null && mUiccApplcation.getState() == AppState.APPSTATE_READY &&
                    mIccRecords != null && (mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE)) {
                    mIccRecords != null &&
                    ((mSS.getVoiceRegState() == ServiceState.STATE_IN_SERVICE)
                    || (mSS.getDataRegState() == ServiceState.STATE_IN_SERVICE))) {
                // SIM is found on the device. If ERI roaming is OFF, and SID/NID matches
                // one configured in SIM, use operator name from CSIM record.
                boolean showSpn =