Merge "Fix keyboard caching bug for testing"

main
Tadashi G. Takaoka 2013-08-06 00:03:58 +00:00 committed by Android (Google) Code Review
commit f8d162c315
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;
}