reverted HomeViewControllerWithBannerWrapperViewController

This commit is contained in:
Gil Eluard
2021-09-23 15:38:43 +02:00
parent 96a3624cf6
commit 9f9af10727

View File

@@ -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)