diff --git a/Session/Conversations/Settings/OWSConversationSettingsViewController.m b/Session/Conversations/Settings/OWSConversationSettingsViewController.m index cf9fe6a4f..45b683caf 100644 --- a/Session/Conversations/Settings/OWSConversationSettingsViewController.m +++ b/Session/Conversations/Settings/OWSConversationSettingsViewController.m @@ -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