Fix keyboard caching bug for testing

Change-Id: I00584a68d868f38c065bb6a41e8e5f4eafd44e7f
main
Tadashi G. Takaoka 2013-08-05 17:35:08 +09:00
parent 975113d00d
commit 95f9b95dfb
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public final class KeyboardLayoutSet {
}
public Builder setIsSpellChecker(final boolean isSpellChecker) {
mParams.mIsSpellChecker = true;
mParams.mIsSpellChecker = isSpellChecker;
return this;
}