Skip to content

Commit 6967681

Browse files
committed
Suppress spellchecker until we implement our own
1 parent 29e8902 commit 6967681

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/res/xml/method.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
android:settingsActivity="org.futo.inputmethod.latin.uix.settings.SettingsActivity"
55
android:isDefault="true"
66
android:supportsSwitchingToNextInputMethod="true"
7-
android:supportsInlineSuggestions="true">
7+
android:supportsInlineSuggestions="true"
8+
android:suppressesSpellChecker="true">
89
<subtype android:icon="@drawable/ic_launcher_foreground"
910
android:label="@string/english_ime_name"
1011
android:imeSubtypeMode="keyboard"

0 commit comments

Comments
 (0)