mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
reskin: Fix display of expanded header in Room VC
This commit is contained in:
@@ -1483,6 +1483,12 @@
|
||||
|
||||
- (void)showExpandedHeader:(BOOL)isVisible
|
||||
{
|
||||
// Use a transparent navigation bar when displaying the expanded header
|
||||
// Retrieve the main navigation controller if the current view controller
|
||||
// is embedded inside a split view controlle
|
||||
self.navigationController.navigationBar.translucent = isVisible;
|
||||
self.mxk_mainNavigationController.navigationBar.translucent = isVisible;
|
||||
|
||||
if (self.expandedHeaderContainer.isHidden == isVisible)
|
||||
{
|
||||
// Check conditions before making the expanded room header visible.
|
||||
|
||||
Reference in New Issue
Block a user