Merge "Recycle obtained TypedArrays"

This commit is contained in:
TreeHugger Robot
2022-02-10 16:01:57 +00:00
committed by Android (Google) Code Review

View File

@@ -124,6 +124,7 @@ public final class SpellCheckerInfo implements Parcelable {
.SpellChecker_Subtype_subtypeExtraValue),
a.getInt(com.android.internal.R.styleable
.SpellChecker_Subtype_subtypeId, 0));
a.recycle();
mSubtypes.add(subtype);
}
}