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

Commit 8384043d authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by android-build-merger
Browse files

Merge "Sort activeSubscriptionInfoList according to API annotation"

am: 5e458b8d

Change-Id: I7de327aee0ccdb68e5735e92d8b911a5f31f3cc4
parents 68fd471e 5e458b8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -657,6 +657,7 @@ public class SubscriptionController extends ISub.Stub {
            List<SubscriptionInfo> activeSubscriptionInfoList = getSubInfo(
                    SubscriptionManager.SIM_SLOT_INDEX + ">=0", null);
            if (activeSubscriptionInfoList != null) {
                activeSubscriptionInfoList.sort(SUBSCRIPTION_INFO_COMPARATOR);
                mCacheActiveSubInfoList.addAll(activeSubscriptionInfoList);
            }
            if (DBG_CACHE) {