Remember selected files in upload files activity upon screen rotation

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2021-12-01 15:25:31 +01:00
parent b17db63964
commit 15674167fb
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -147,6 +147,7 @@
<activity
android:name=".ui.activity.UploadFilesActivity"
android:configChanges="orientation|screenSize"
android:exported="false" />
<activity
android:name=".ui.activity.ExternalSiteWebView"