Skip to content

Commit 1833d50

Browse files
committed
Fix onAppear not called in PublishPostView
1 parent fe5561c commit 1833d50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPress/Classes/ViewRelated/Post/Publishing/PublishPostViewController.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ struct PublishPostView: View {
7474
}
7575
.environment(\.defaultMinListHeaderHeight, 0) // Reduces top inset a bit
7676
.navigationBarTitleDisplayMode(.inline)
77+
.onAppear {
78+
viewModel.onAppear()
79+
}
7780
.toolbar {
7881
ToolbarItem(placement: .topBarLeading) {
7982
buttonCancel

0 commit comments

Comments
 (0)