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

Commit 20036417 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

Change-Id: I36b87a53561dbc5e7cc5e22cf982885c4e11978b
parents b01be416 ce471b41
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();