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

Commit 214f7431 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 795711f5: am 69b68b59: Fix some unit tests.

* commit '795711f5':
  Fix some unit tests.
parents 77aa7a92 795711f5
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<>();