Enable conversation colors.

pull/1/head
Matthew Chen 7 years ago
parent ae84528dc3
commit 8910f1f65a

@ -285,7 +285,6 @@ const CGFloat kIconViewLength = 24;
[weakSelf showMediaGallery];
}]];
#ifdef CONVERSATION_COLORS_ENABLED
[mainSection addItem:[OWSTableItem
itemWithCustomCellBlock:^{
NSString *colorName = self.thread.conversationColorName;
@ -299,7 +298,6 @@ const CGFloat kIconViewLength = 24;
actionBlock:^{
[weakSelf showColorPicker];
}]];
#endif
if ([self.thread isKindOfClass:[TSContactThread class]] && self.contactsManager.supportsContactEditing
&& !self.hasExistingContact) {

@ -17,8 +17,6 @@ typedef NS_ENUM(NSInteger, TSWhisperMessageType) {
#define textSecureHTTPTimeOut 10
//#define CONVERSATION_COLORS_ENABLED
#define kLegalTermsUrlString @"https://signal.org/legal/"
#define SHOW_LEGAL_TERMS_LINK

Loading…
Cancel
Save