reverted HomeViewControllerWithBannerWrapperViewController

This commit is contained in:
Gil Eluard
2021-09-23 15:38:43 +02:00
parent 2e2f4c638e
commit ac5cb33c9c
@@ -50,7 +50,7 @@ class HomeViewControllerWithBannerWrapperViewController: MXKViewController, Bann
stackView.distribution = .fill
stackView.alignment = .fill
view.vc_addSubViewMatchingParentSafeArea(stackView)
view.vc_addSubViewMatchingParent(stackView)
addChild(homeViewController)
stackView.addArrangedSubview(homeViewController.view)