diff --git a/app/src/main/res/layout/item_detail.xml b/app/src/main/res/layout/item_detail.xml index bab2a178..f1028dfd 100644 --- a/app/src/main/res/layout/item_detail.xml +++ b/app/src/main/res/layout/item_detail.xml @@ -56,6 +56,7 @@ android:text="@{item.detailText}" android:textAppearance="@style/TextAppearance.MaterialComponents.Caption" android:autoLink="@{item.links ? Linkify.WEB_URLS | Linkify.PHONE_NUMBERS : 0}" + android:linksClickable="@{item.links}" app:goneUnless="@{item.detailText != null}" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"