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

Commit 939136b3 authored by Tom Hsu's avatar Tom Hsu Committed by Android (Google) Code Review
Browse files

Merge "Selects a active sim to MobileNetworkActivity w/o subscription ID input" into sc-dev

parents 4cb6d12b a17fc042
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -257,6 +257,7 @@ public class MobileNetworkActivity extends SettingsBaseActivity
        if (currentSubInfo == null) {
            currentSubInfo = subList.stream()
                    .filter(SubscriptionAnnotation::isDisplayAllowed)
                    .filter(SubscriptionAnnotation::isActive)
                    .findFirst().orElse(null);
        }
        return (currentSubInfo == null) ? null : currentSubInfo.getSubInfo();