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

Commit 305b3a9a authored by Chaitanya Saggurthi's avatar Chaitanya Saggurthi
Browse files

Fix Operator display issue in CDMA mode

Update operator alphalong when voice or data is in service.

Change-Id: I2180e79b8dc6ae8fd1bf93620afb479043656259
CRs-Fixed: 822749
parent f17bbcc6
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 =