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

Commit 765bbd8e 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

am: 8384043d

Change-Id: I821c789c34948ecc5ae1b3e84f38e9a0c17a5db7
parents ab459429 8384043d
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) {