Merge "Fix the IndexOutOfBoundsException" into udc-dev

This commit is contained in:
SongFerng Wang
2023-04-13 04:12:32 +00:00
committed by Android (Google) Code Review
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;
}
}