mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Remember selected files in upload files activity upon screen rotation
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
b17db63964
commit
15674167fb
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.UploadFilesActivity"
|
android:name=".ui.activity.UploadFilesActivity"
|
||||||
|
android:configChanges="orientation|screenSize"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.ExternalSiteWebView"
|
android:name=".ui.activity.ExternalSiteWebView"
|
||||||
|
|
Loading…
Reference in a new issue