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.
This commit is contained in:
akwizgran
2020-10-13 16:44:43 +01:00
parent 1f246637e2
commit 92f4a3a404

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"