Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 371036ed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix vararg build warning"

parents 8cf7c3fc 9c1310e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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