mirror of
https://github.com/ev-map/EVMap.git
synced 2026-09-08 11:32:59 -04:00
fix details showing links where they shouldn't
This commit is contained in:
1 parent
7da49b256e
commit
513d3ce4fb
1 file changed
+1
@@ -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"
|
||||
|
||||
Reference in new issue
Block a user