From 92f4a3a404295b8f85271eda129f56fc935b8550 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Tue, 13 Oct 2020 16:44:43 +0100 Subject: [PATCH] Make the text of crash reports selectable. This makes it possible for users to send device data by other means if they can't connect to Tor to send a crash report. --- briar-android/src/main/res/layout/list_item_crash.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/briar-android/src/main/res/layout/list_item_crash.xml b/briar-android/src/main/res/layout/list_item_crash.xml index aa9c6250a..6ad73fdc9 100644 --- a/briar-android/src/main/res/layout/list_item_crash.xml +++ b/briar-android/src/main/res/layout/list_item_crash.xml @@ -24,6 +24,7 @@ android:layout_height="wrap_content" android:layout_marginTop="4dp" android:textColor="?android:attr/textColorSecondary" + android:textIsSelectable="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/include_in_report"