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

Commit 0dcd28b9 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

am: 498d1506

Change-Id: I371899af4a65a998de0420b703d5976b496eddd0
parents d540c51a 498d1506
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();