From 9acc48feb27b211731604bafdc3c3a2b48fd28ed Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Mon, 1 Mar 2021 13:43:52 +1100 Subject: [PATCH] Debug --- .../Settings/OWSConversationSettingsViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Session/Conversations/Settings/OWSConversationSettingsViewController.m b/Session/Conversations/Settings/OWSConversationSettingsViewController.m index 53be62021..f8ac191fb 100644 --- a/Session/Conversations/Settings/OWSConversationSettingsViewController.m +++ b/Session/Conversations/Settings/OWSConversationSettingsViewController.m @@ -264,6 +264,8 @@ CGFloat kIconViewLength = 24; } [LKViewControllerUtilities setUpDefaultSessionStyleForVC:self withTitle:title customBackButton:YES]; self.tableView.backgroundColor = UIColor.clearColor; + + [self updateNavBarButtons]; } - (void)updateTableContents