Merge "Fix vararg build warning"
This commit is contained in:
committed by
Android (Google) Code Review
commit
371036edde
@@ -396,7 +396,7 @@ public class InputMethodAndSubtypeUtil {
|
||||
.applicationInfo);
|
||||
}
|
||||
return LocaleHelper.toSentenceCase(
|
||||
ListFormatter.getInstance(locale).format(subtypeNames), locale);
|
||||
ListFormatter.getInstance(locale).format((Object[]) subtypeNames), locale);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user