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

Commit 01bf521c authored by Sridhar Kasukurthi's avatar Sridhar Kasukurthi Committed by Luca Stefani
Browse files

MSIM: Fix to set Mcc & Mnc with correct subId

Changes to set Mcc Mnc on both the slots with correct subId

Change-Id: I36107f6c73e5532de62bb723aee278966524e3a7
CRs-Fixed: 2054858
parent 766d956a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,8 +409,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()) {