We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configChanges
1 parent cce736a commit e57eb49Copy full SHA for e57eb49
WordPress/src/main/AndroidManifest.xml
@@ -288,8 +288,7 @@
288
<!-- Posts activities -->
289
<activity
290
android:name=".ui.posts.EditPostActivity"
291
- android:configChanges="screenLayout|orientation|screenSize
292
- |keyboard|keyboardHidden|smallestScreenSize"
+ android:configChanges="locale|orientation|screenSize"
293
android:theme="@style/WordPress.NoActionBar.NoEdgeToEdge"
294
android:windowSoftInputMode="stateHidden|adjustResize"
295
android:exported="false">
0 commit comments