Merge branch 'main' into issue-6171

This commit is contained in:
Nicolas Raoul 2025-02-05 15:57:37 +09:00 committed by GitHub
commit 442c20ec1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,10 +59,12 @@
<fr.free.nrw.commons.ui.PasteSensitiveTextInputEditText
android:id="@+id/caption_item_edit_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:minLines="1"
android:maxLines="10"
android:hint="@string/share_caption_hint"
android:imeOptions="actionNext|flagNoExtractUi"
android:inputType="text"
android:inputType="textMultiLine"
app:allowFormatting="false" />
</com.google.android.material.textfield.TextInputLayout>
@ -103,7 +105,9 @@
<fr.free.nrw.commons.ui.PasteSensitiveTextInputEditText
android:id="@+id/description_item_edit_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:minLines="1"
android:maxLines="10"
android:hint="@string/share_description_hint"
android:imeOptions="actionNext|flagNoExtractUi"
android:inputType="textMultiLine"