mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fixes #4449 - Clipped home view on search.
This commit is contained in:
committed by
Stefan Ceriu
parent
a331233cf3
commit
9ed36b1690
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user