reskin: Fix display of expanded header in Room VC

This commit is contained in:
manuroe
2018-12-28 09:16:24 +01:00
parent 8636139980
commit 4b211def2b
3 changed files with 9 additions and 4 deletions
+6
View File
@@ -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.