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

Commit 498d1506 authored by Wileen Chiu's avatar Wileen Chiu Committed by android-build-merger
Browse files

Merge "Map valid slotId to index for mPhoneIdToSlotId" am: ce471b41

am: 20036417

Change-Id: I42b644af1ec5c35f4724268e416cab3401dcf9cd
parents a5ba56c5 20036417
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,8 +481,8 @@ public class UiccController extends Handler {
        if (VDBG) log("onGetIccCardStatusDone: phoneId " + index + " physicalSlotIndex " + slotId);
        if (slotId == INVALID_SLOT_ID) {
            slotId = index;
            mPhoneIdToSlotId[index] = slotId;
        }
        mPhoneIdToSlotId[index] = slotId;

        if (VDBG) logPhoneIdToSlotIdMapping();