Skip to content

Commit 80b3264

Browse files
Fix: send dashboard view to the back to not clip the segmented control
1 parent 48633ce commit 80b3264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPress/Classes/ViewRelated/Blog/My Site/MySiteViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ class MySiteViewController: UIViewController, NoResultsViewHost {
844844
blogDashboardViewController.update(blog: blog)
845845
embedChildInStackView(blogDashboardViewController)
846846
self.blogDashboardViewController = blogDashboardViewController
847+
stackView.sendSubviewToBack(blogDashboardViewController.view)
847848
}
848849

849850
// MARK: - Model Changes

0 commit comments

Comments
 (0)