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

Commit 795711f5 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 69b68b59: Fix some unit tests.

* commit '69b68b59':
  Fix some unit tests.
parents dde1b40a 69b68b59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ public final class KeyboardLayoutSet {
        boolean mIsSpellChecker;
        int mKeyboardWidth;
        int mKeyboardHeight;
        int mScriptId;
        int mScriptId = ScriptUtils.SCRIPT_LATIN;
        // Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
        final SparseArray<ElementParams> mKeyboardLayoutSetElementIdToParamsMap =
                new SparseArray<>();