fix details showing links where they shouldn't

This commit is contained in:
Johan von Forstner committed 2020-05-10 20:19:06 +02:00
1 parent 7da49b256e
commit 513d3ce4fb
1 file changed
+1
+1
View File
@@ -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"