fix #783: quick chat dialog inputType and maxLength (#788)

This commit is contained in:
kristofer 2023-12-01 10:02:26 +01:00 committed by GitHub
parent e0eb43fe52
commit a98ca72614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
android:layout_margin="8dp"
android:ems="10"
android:hint="@string/message"
android:inputType="textShortMessage"
android:inputType="textMultiLine|textCapSentences"
android:maxLength="228"
android:minHeight="48dp" />
<EditText