Fix edit nickname button showing up for group threads

pull/374/head
Niels Andriesse 5 years ago
parent ede6deb259
commit d11db4cb03

@ -265,7 +265,9 @@ CGFloat kIconViewLength = 24;
[LKViewControllerUtilities setUpDefaultSessionStyleForVC:self withTitle:title customBackButton:YES]; [LKViewControllerUtilities setUpDefaultSessionStyleForVC:self withTitle:title customBackButton:YES];
self.tableView.backgroundColor = UIColor.clearColor; self.tableView.backgroundColor = UIColor.clearColor;
[self updateNavBarButtons]; if ([self.thread isKindOfClass:TSContactThread.class]) {
[self updateNavBarButtons];
}
} }
- (void)updateTableContents - (void)updateTableContents

Loading…
Cancel
Save