mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: remove autoLink from contacts MaterialCardView
Prevents interference with the Card onClickListener when opening MessagesFragment.
This commit is contained in:
parent
b2b9eb0ae1
commit
0b874300ee
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue