Skip to content

Commit

Permalink
(Android) Fix AppComponent reconstructed on split screen #5068
Browse files Browse the repository at this point in the history
  • Loading branch information
Somena1 committed Nov 4, 2021
1 parent 1db6b89 commit c4a9760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode|screenLayout|smallestScreenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize">
Expand Down

0 comments on commit c4a9760

Please sign in to comment.