Merge "Fix keyboard caching bug for testing"
This commit is contained in:
commit
f8d162c315
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ public final class KeyboardLayoutSet {
|
|||
}
|
||||
|
||||
public Builder setIsSpellChecker(final boolean isSpellChecker) {
|
||||
mParams.mIsSpellChecker = true;
|
||||
mParams.mIsSpellChecker = isSpellChecker;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue