Merge branch 'make-crash-report-text-selectable' into 'master'

Make the text of crash reports selectable

See merge request briar/briar!1290
This commit is contained in:
Torsten Grote
2020-10-13 16:23:49 +00:00

View File

@@ -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"