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

Commit 95f9b95d authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix keyboard caching bug for testing

Change-Id: I00584a68d868f38c065bb6a41e8e5f4eafd44e7f
parent 975113d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ public final class KeyboardLayoutSet {
        }

        public Builder setIsSpellChecker(final boolean isSpellChecker) {
            mParams.mIsSpellChecker = true;
            mParams.mIsSpellChecker = isSpellChecker;
            return this;
        }