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

Commit 3286bf80 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Add null check for UiccSlot." into qt-dev am: 8e183b04

am: 8af1a7c8

Change-Id: Iff0a16c53dd6127037b8d4b11021a4943af48eb2
parents fd2fee1c 8af1a7c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -723,6 +723,7 @@ public class UiccController extends Handler {
        ArrayList<UiccCardInfo> infos = new ArrayList<>();
        for (int slotIndex = 0; slotIndex < mUiccSlots.length; slotIndex++) {
            final UiccSlot slot = mUiccSlots[slotIndex];
            if (slot == null) continue;
            boolean isEuicc = slot.isEuicc();
            String eid = null;
            UiccCard card = slot.getUiccCard();