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

Commit ce471b41 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Map valid slotId to index for mPhoneIdToSlotId"

parents b9290da5 9fc43880
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();