am f8d162c3: Merge "Fix keyboard caching bug for testing"
* commit 'f8d162c315e90a2944f12255db43e55c2a22ad35': Fix keyboard caching bug for testingmain
commit
ce597c1319
|
@ -293,7 +293,7 @@ public final class KeyboardLayoutSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
public Builder setIsSpellChecker(final boolean isSpellChecker) {
|
public Builder setIsSpellChecker(final boolean isSpellChecker) {
|
||||||
mParams.mIsSpellChecker = true;
|
mParams.mIsSpellChecker = isSpellChecker;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue