Skip to content

Commit fc5a6a9

Browse files
fix: Add configChanges for split-screen/resize to preserve UploadActivity state (#6565)
1 parent bd76d4b commit fc5a6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<activity android:name=".WelcomeActivity" />
100100
<activity
101101
android:name=".upload.UploadActivity"
102-
android:configChanges="orientation|screenSize|keyboard"
102+
android:configChanges="orientation|screenSize|keyboard|smallestScreenSize|screenLayout"
103103
android:exported="true"
104104
android:hardwareAccelerated="false"
105105
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)