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

Commit ee80a77e authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Fix arguments order of KeyboardId constructor"

parents d5096494 dc648b05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class SuggestTestsBase extends AndroidTestCase {
        final int displayWidth = getContext().getResources().getDisplayMetrics().widthPixels;
        return new KeyboardId(locale.toString() + " keyboard",
                com.android.inputmethod.latin.R.xml.kbd_qwerty, KeyboardView.COLOR_SCHEME_WHITE,
                locale, displayWidth, Configuration.ORIENTATION_LANDSCAPE, KeyboardId.MODE_TEXT,
                locale, Configuration.ORIENTATION_LANDSCAPE, displayWidth, KeyboardId.MODE_TEXT,
                new EditorInfo(), false, false, false, false);
    }