Skip to content

Commit 2659663

Browse files
authored
Merge pull request #4786 from mykh-hailo/fix/copy-button-visibility-on-rotation
[FIX] Option "Copy here" in spaces list after rotating device
2 parents 676d6c7 + e51ee52 commit 2659663

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

changelog/unreleased/4786

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Option "Copy here" in spaces list after rotating device
2+
3+
The "Copy here" button has been prevented from being displayed after device rotation in the spaces list.
4+
5+
https://github.com/owncloud/android/issues/4178
6+
https://github.com/owncloud/android/pull/4786

owncloudApp/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
android:icon="@drawable/copy_link"
211211
android:label="@string/copy_link" />
212212
<activity android:name=".ui.activity.FolderPickerActivity"
213+
android:configChanges="orientation|screenSize"
213214
android:label="@string/folder_picker_label"/>
214215
<activity
215216
android:name=".presentation.sharing.ShareActivity"

0 commit comments

Comments
 (0)