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

Commit 542218b5 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents 41411d34 1ac412e6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -709,6 +709,10 @@ public class SubscriptionController extends ISub.Stub {
            subList = getSubInfo(null, null);
            if (subList != null) {
                if (VDBG) logd("[getAllSubInfoList]- " + subList.size() + " infos return");
                subList.stream().map(
                        subscriptionInfo -> conditionallyRemoveIdentifiers(subscriptionInfo,
                                callingPackage, "getAllSubInfoList"))
                        .collect(Collectors.toList());
            } else {
                if (VDBG) logd("[getAllSubInfoList]- no info return");
            }
@@ -3721,6 +3725,7 @@ public class SubscriptionController extends ISub.Stub {
        if (!hasIdentifierAccess) {
            result.clearIccId();
            result.clearCardString();
            result.clearGroupUuid();
        }
        return result;
    }