fix: made expiration date TextInputEditText unselectable

This commit is contained in:
antonio 2023-09-17 18:27:16 +02:00
parent 7f820bd5a6
commit 8ab011781e

View file

@ -42,6 +42,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:longClickable="false" android:longClickable="false"
android:textIsSelectable="false"
android:hint="@string/share_update_dialog_hint_expiration_date" android:hint="@string/share_update_dialog_hint_expiration_date"
android:inputType="textShortMessage" android:inputType="textShortMessage"
android:textCursorDrawable="@null" /> android:textCursorDrawable="@null" />