Przeglądaj źródła

Remember selected files in upload files activity upon screen rotation

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 lat temu
rodzic
commit
15674167fb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/main/AndroidManifest.xml

+ 1 - 0
src/main/AndroidManifest.xml

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