mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Revert "Prevent focus open link dialog"
This reverts commit 5202ae93f5
.
This commit is contained in:
parent
66d9d1f3a5
commit
11a5bea975
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@
|
|||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:descendantFocusability="beforeDescendants"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvCaption"
|
||||
|
|
Loading…
Reference in a new issue