|
|
@ -371,7 +371,7 @@ const CGFloat kIconViewLength = 24;
|
|
|
|
[weakSelf showMediaGallery];
|
|
|
|
[weakSelf showMediaGallery];
|
|
|
|
}]];
|
|
|
|
}]];
|
|
|
|
|
|
|
|
|
|
|
|
// TODO icon
|
|
|
|
if (SSKFeatureFlags.conversationSearch) {
|
|
|
|
[mainSection addItem:[OWSTableItem
|
|
|
|
[mainSection addItem:[OWSTableItem
|
|
|
|
itemWithCustomCellBlock:^{
|
|
|
|
itemWithCustomCellBlock:^{
|
|
|
|
NSString *title = NSLocalizedString(@"CONVERSATION_SETTINGS_SEARCH",
|
|
|
|
NSString *title = NSLocalizedString(@"CONVERSATION_SETTINGS_SEARCH",
|
|
|
@ -386,6 +386,7 @@ const CGFloat kIconViewLength = 24;
|
|
|
|
actionBlock:^{
|
|
|
|
actionBlock:^{
|
|
|
|
[weakSelf tappedConversationSearch];
|
|
|
|
[weakSelf tappedConversationSearch];
|
|
|
|
}]];
|
|
|
|
}]];
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!isNoteToSelf && !self.isGroupThread && self.thread.hasSafetyNumbers) {
|
|
|
|
if (!isNoteToSelf && !self.isGroupThread && self.thread.hasSafetyNumbers) {
|
|
|
|
[mainSection
|
|
|
|
[mainSection
|
|
|
|