From db27acf61b46ee3c5bf465a597c25e77f5b9984b Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 9 Jul 2018 11:51:28 -0400 Subject: [PATCH] Tweak colors flag. --- .../ThreadSettings/OWSConversationSettingsViewController.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Signal/src/ViewControllers/ThreadSettings/OWSConversationSettingsViewController.m b/Signal/src/ViewControllers/ThreadSettings/OWSConversationSettingsViewController.m index fc18c9e6f..60a993e25 100644 --- a/Signal/src/ViewControllers/ThreadSettings/OWSConversationSettingsViewController.m +++ b/Signal/src/ViewControllers/ThreadSettings/OWSConversationSettingsViewController.m @@ -282,6 +282,8 @@ const CGFloat kIconViewLength = 24; }]]; +//#define SHOW_CONVERSATION_COLORS_UI +#ifdef SHOW_CONVERSATION_COLORS_UI [mainSection addItem:[OWSTableItem itemWithCustomCellBlock:^{ NSString *colorName = self.thread.conversationColorName; @@ -293,6 +295,7 @@ const CGFloat kIconViewLength = 24; actionBlock:^{ [weakSelf showColorPicker]; }]]; +#endif if ([self.thread isKindOfClass:[TSContactThread class]] && self.contactsManager.supportsContactEditing && !self.hasExistingContact) {