Merge "Fix vararg build warning"

This commit is contained in:
TreeHugger Robot
2017-03-01 19:53:21 +00:00
committed by Android (Google) Code Review

View File

@@ -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