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

Commit 69b68b59 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix some unit tests.

The default value for the script needs to be Latin, as we don't specify
it in the files.

Change-Id: I1275f13f1cd92f00dc5708748fefb4982f0a60b3
parent 5a7b634a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@ public final class KeyboardLayoutSet {
        boolean mIsSpellChecker;
        boolean mIsSpellChecker;
        int mKeyboardWidth;
        int mKeyboardWidth;
        int mKeyboardHeight;
        int mKeyboardHeight;
        int mScriptId;
        int mScriptId = ScriptUtils.SCRIPT_LATIN;
        // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
        // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
        final SparseArray<ElementParams> mKeyboardLayoutSetElementIdToParamsMap =
        final SparseArray<ElementParams> mKeyboardLayoutSetElementIdToParamsMap =
                new SparseArray<>();
                new SparseArray<>();