fix: remove autoLink from contacts MaterialCardView

Prevents interference with the Card onClickListener when opening MessagesFragment.
This commit is contained in:
andrekir 2024-03-10 05:13:58 -03:00
parent b2b9eb0ae1
commit 0b874300ee

View file

@ -41,7 +41,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:autoLink="all"
android:maxLines="2"
android:text="@string/sample_message"
app:layout_constraintBottom_toBottomOf="parent"