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

Commit ce597c13 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am f8d162c3: Merge "Fix keyboard caching bug for testing"

* commit 'f8d162c3':
  Fix keyboard caching bug for testing
parents df6ac71e f8d162c3
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;
        }