Fix issue #46 - Spell checking when composing

This commit is contained in:
Thomas 2022-05-15 15:43:09 +02:00
parent 0bd7f987d0
commit 9069301735
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textMultiLine|textCapSentences"
android:inputType="textMultiLine|textCapSentences|textAutoCorrect"
android:layout_marginHorizontal="6dp"
android:gravity="top|start"
android:minLines="6"