Skip to content

Commit e57eb49

Browse files
committed
fix: Reinstate EditPostActivity's previous configChanges settings
This was modified for GutenbergKit's WebView, but is no longer necessary now that GutenbergKit is managed by a separate GutenbergKitActivity. #21662
1 parent cce736a commit e57eb49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WordPress/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@
288288
<!-- Posts activities -->
289289
<activity
290290
android:name=".ui.posts.EditPostActivity"
291-
android:configChanges="screenLayout|orientation|screenSize
292-
|keyboard|keyboardHidden|smallestScreenSize"
291+
android:configChanges="locale|orientation|screenSize"
293292
android:theme="@style/WordPress.NoActionBar.NoEdgeToEdge"
294293
android:windowSoftInputMode="stateHidden|adjustResize"
295294
android:exported="false">

0 commit comments

Comments
 (0)