Prevent focus open link dialog

pull/178/head
M66B 4 years ago
parent a707401bd4
commit 5202ae93f5

@ -7,7 +7,10 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<eu.faircode.email.FixedTextView
android:id="@+id/tvCaption"

Loading…
Cancel
Save