Skip to content

Commit 1445653

Browse files
Merge pull request #19595 from wordpress-mobile/fix/19594-segmented-control-clipped
My Site Dashboard: Fixes an issue where the segmented control is clipped when the dashboard is selected
2 parents 48633ce + 1b5160b commit 1445653

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
21.3
2+
-----
3+
* [*] Fixed a minor UI issue where the segmented control under My SIte was being clipped when "Home" is selected. [#19595]
4+
15
21.2
26
-----
37
* [*] [internal] Refactored fetching posts in the Reader tab. [#19539]

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)