Skip to content

Commit

Permalink
Don't reconstruct app component on split-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Somena1 committed Nov 4, 2021
1 parent ebb26cf commit 2bee11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize">
<intent-filter>
Expand Down

0 comments on commit 2bee11f

Please sign in to comment.