Skip to content

Commit 4e38515

Browse files
committed
Removes hacky test implementation
1 parent 92fef72 commit 4e38515

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,6 @@ private void removePostOpenInEditorStickyEvent() {
11571157

11581158
@Override
11591159
protected void onSaveInstanceState(Bundle outState) {
1160-
outState.remove("android:viewHierarchyState");
1161-
outState.remove("androidx.lifecycle.BundlableSavedStateRegistry.key");
11621160
super.onSaveInstanceState(outState);
11631161
// Saves both post objects so we can restore them in onCreate()
11641162
updateAndSavePostAsync();

0 commit comments

Comments
 (0)