Enable conversation colors.

This commit is contained in:
Matthew Chen 2018-09-24 15:22:00 -04:00
parent ae84528dc3
commit 8910f1f65a
2 changed files with 0 additions and 4 deletions

View File

@ -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) {

View File

@ -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