mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix edit nickname button showing up for group threads
This commit is contained in:
parent
ede6deb259
commit
d11db4cb03
1 changed files with 3 additions and 1 deletions
|
@ -265,7 +265,9 @@ CGFloat kIconViewLength = 24;
|
|||
[LKViewControllerUtilities setUpDefaultSessionStyleForVC:self withTitle:title customBackButton:YES];
|
||||
self.tableView.backgroundColor = UIColor.clearColor;
|
||||
|
||||
[self updateNavBarButtons];
|
||||
if ([self.thread isKindOfClass:TSContactThread.class]) {
|
||||
[self updateNavBarButtons];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)updateTableContents
|
||||
|
|
Loading…
Reference in a new issue