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

Commit 8ac36cad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed crash issue of SubscriptionInfoUpdater"

parents 5a9059a8 61831197
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -706,7 +706,7 @@ public class SubscriptionInfoUpdater extends Handler {
        UiccSlot[] uiccSlots = uiccController.getUiccSlots();
        if (uiccSlots != null) {
            Arrays.stream(uiccSlots)
                .filter(uiccSlot -> uiccSlot.isEuicc())
                .filter(uiccSlot -> uiccSlot.isEuicc() && uiccSlot.getUiccCard() != null)
                .map(uiccSlot -> uiccController.convertToPublicCardId(
                            uiccSlot.getUiccCard().getCardId()))
                .forEach(cardId -> updateEmbeddedSubscriptions(cardId));