We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38506e commit 7da028cCopy full SHA for 7da028c
WooCommerce/Classes/ViewRelated/Dashboard/DashboardViewController.swift
@@ -353,6 +353,8 @@ private extension DashboardViewController {
353
let indexAfterHeader = (headerStackView.arrangedSubviews.firstIndex(of: innerStackView) ?? -1) + 1
354
headerStackView.insertArrangedSubview(uiView, at: indexAfterHeader)
355
356
+ updateAnnouncementCardVisibility(with: traitCollection)
357
+
358
hostingController.didMove(toParent: self)
359
hostingController.view.layoutIfNeeded()
360
}
0 commit comments