Skip to content

Commit 1dcd431

Browse files
authored
Merge pull request #45 from Kotlin/remove-configchanges
Remove configChanges manifest entry
2 parents 0d4ee4c + bd507d2 commit 1dcd431

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composeApp/src/androidMain/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<activity
1515
android:exported="true"
1616
android:windowSoftInputMode="adjustResize"
17-
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
1817
android:name=".MainActivity">
1918
<intent-filter>
2019
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)