mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix keyboard caching bug for testing"
This commit is contained in:
commit
f8d162c315
@ -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 New Issue
Block a user