We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 676d6c7 + e51ee52 commit 2659663Copy full SHA for 2659663
2 files changed
changelog/unreleased/4786
@@ -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
@@ -210,6 +210,7 @@
210
android:icon="@drawable/copy_link"
211
android:label="@string/copy_link" />
212
<activity android:name=".ui.activity.FolderPickerActivity"
213
+ android:configChanges="orientation|screenSize"
214
android:label="@string/folder_picker_label"/>
215
<activity
216
android:name=".presentation.sharing.ShareActivity"
0 commit comments