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

Commit a304dcdf authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Bruno Martins
Browse files

MSIM: Fix to call setMccMnc() with proper mcc-mnc value

Change-Id: I8f986c8b8554f59079a8bcebd48cf87bff84ef69
CRs-Fixed: 2203088
parent 0bf4d2a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,8 +382,8 @@ public class SubscriptionInfoUpdater extends Handler {
            updateSubscriptionInfoByIccId();
            int[] subIds = mSubscriptionManager.getActiveSubscriptionIdList();
            for (int subId : subIds) {
                String operator = mPhone[slotId].getOperatorNumeric();
                slotId = SubscriptionController.getInstance().getPhoneId(subId);
                String operator = mPhone[slotId].getOperatorNumeric();

                if (operator != null && !TextUtils.isEmpty(operator)) {
                    if (subId == SubscriptionController.getInstance().getDefaultSubId()) {