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

Commit 96926cac authored by Ruthwar Kumar Ambeer's avatar Ruthwar Kumar Ambeer Committed by android-build-merger
Browse files

Merge "Consider the last inserted SIM for EmergencyAffordance"

am: 65d3a457

Change-Id: I3b7bfb3963b61c4589811e8c27e4f89ff501096e
parents 9e317f87 65d3a457
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ public class EmergencyAffordanceService extends SystemService {
        List<SubscriptionInfo> activeSubscriptionInfoList =
                mSubscriptionManager.getActiveSubscriptionInfoList();
        if (activeSubscriptionInfoList == null) {
            setSimNeedsEmergencyAffordance(neededNow);
            return neededNow;
        }
        for (SubscriptionInfo info : activeSubscriptionInfoList) {