From d8daa83c799513fea23bf585615a14dffe43bb8e Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Wed, 5 Aug 2020 09:59:44 -0300 Subject: [PATCH] Remove autoLink from conversation update items. --- app/src/main/res/layout/conversation_item_update.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/res/layout/conversation_item_update.xml b/app/src/main/res/layout/conversation_item_update.xml index d366f08793..944ffd4bae 100644 --- a/app/src/main/res/layout/conversation_item_update.xml +++ b/app/src/main/res/layout/conversation_item_update.xml @@ -52,9 +52,7 @@ style="@style/Signal.Text.Preview" android:layout_width="match_parent" android:layout_height="wrap_content" - android:autoLink="all" android:gravity="center" - android:linksClickable="true" android:textColor="?attr/conversation_item_update_text_color" tools:text="Gwen Stacy set the disappearing message timer to 1 hour" />