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 5aaee818b4
commit a8be90769c
@@ -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;
}