Fix keyboard caching bug for testing

Change-Id: I00584a68d868f38c065bb6a41e8e5f4eafd44e7f
This commit is contained in:
Tadashi G. Takaoka 2013-08-05 17:35:08 +09:00
parent 975113d00d
commit 95f9b95dfb

View file

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