Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/unreleased/4786
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Option "Copy here" in spaces list after rotating device

The "Copy here" button has been prevented from being displayed after device rotation in the spaces list.

https://github.com/owncloud/android/issues/4178
https://github.com/owncloud/android/pull/4786
1 change: 1 addition & 0 deletions owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
android:icon="@drawable/copy_link"
android:label="@string/copy_link" />
<activity android:name=".ui.activity.FolderPickerActivity"
android:configChanges="orientation|screenSize"
android:label="@string/folder_picker_label"/>
<activity
android:name=".presentation.sharing.ShareActivity"
Expand Down
Loading