RoomMemberDetailsViewController bug fix: navigationBar was remaining translucent

Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
ismailgulek
2020-04-16 15:51:26 +03:00
parent d18785c4ae
commit 1a0ccae89a
@@ -243,7 +243,6 @@
[self userInterfaceThemeDidChange];
}];
[self userInterfaceThemeDidChange];
}
- (void)userInterfaceThemeDidChange
@@ -287,7 +286,9 @@
// Screen tracking
[[Analytics sharedInstance] trackScreen:@"RoomMemberDetails"];
[self userInterfaceThemeDidChange];
// Hide the bottom border of the navigation bar to display the expander header
[self hideNavigationBarBorder:YES];
@@ -521,6 +522,7 @@
}
// Main Navigation bar opacity must follow
self.navigationController.navigationBar.translucent = isHidden;
mainNavigationController.navigationBar.translucent = isHidden;
}