mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix issue #46 - Spell checking when composing
This commit is contained in:
parent
0bd7f987d0
commit
9069301735
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue