Fix the IndexOutOfBoundsException

Bug: 276460284
Test: build pass
Change-Id: If70bd4624b9b94aafa0930f0deba106cff5a2212
This commit is contained in:
SongFerngWang
2023-04-12 17:51:52 +08:00
parent b286a740ff
commit 4c206e1a11
2 changed files with 14 additions and 9 deletions

View File

@@ -438,6 +438,7 @@ public class SubscriptionUtil {
}
}
Log.d(TAG, "getSelectableSubscriptionInfoList: " + selectableList);
return selectableList;
}
}