Fix issue #46 - Spell checking when composing

pull/95/head
Thomas 3 years ago
parent 0bd7f987d0
commit 9069301735

@ -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"

Loading…
Cancel
Save