Fixes #4449 - Clipped home view on search.

This commit is contained in:
Stefan Ceriu
2021-08-31 09:51:05 +03:00
committed by Stefan Ceriu
parent c6821f8dbe
commit 246f82145f
3 changed files with 5 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ class HomeViewControllerWithBannerWrapperViewController: UIViewController, Banne
super.init(nibName: nil, bundle: nil)
extendedLayoutIncludesOpaqueBars = true
self.tabBarItem.tag = viewController.tabBarItem.tag
self.tabBarItem.image = viewController.tabBarItem.image
self.accessibilityLabel = viewController.accessibilityLabel