mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Merge pull request #7006 from nextcloud/errorTextSelectable
Stacktrace is selectable in error activity
This commit is contained in:
commit
01d6ab9c91
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
||||||
android:paddingLeft="@dimen/standard_padding"
|
android:paddingLeft="@dimen/standard_padding"
|
||||||
android:paddingRight="@dimen/standard_padding"
|
android:paddingRight="@dimen/standard_padding"
|
||||||
android:paddingTop="@dimen/standard_padding"
|
android:paddingTop="@dimen/standard_padding"
|
||||||
android:paddingBottom="@dimen/standard_list_item_size" />
|
android:paddingBottom="@dimen/standard_list_item_size"
|
||||||
|
android:textIsSelectable="true" />
|
||||||
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue