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