Add back all media button to conversation settings

pull/272/head
nielsandriesse 5 years ago
parent b2c26a8f95
commit e1895ef0ea

@ -388,6 +388,10 @@ const CGFloat kIconViewLength = 24;
}]]; }]];
} }
if (SSKFeatureFlags.conversationSearch) {
* ========
*/
[mainSection addItem:[OWSTableItem [mainSection addItem:[OWSTableItem
itemWithCustomCellBlock:^{ itemWithCustomCellBlock:^{
return [weakSelf return [weakSelf
@ -400,9 +404,6 @@ const CGFloat kIconViewLength = 24;
[weakSelf showMediaGallery]; [weakSelf showMediaGallery];
}]]; }]];
if (SSKFeatureFlags.conversationSearch) {
* ========
*/
[mainSection addItem:[OWSTableItem [mainSection addItem:[OWSTableItem
itemWithCustomCellBlock:^{ itemWithCustomCellBlock:^{
NSString *title = NSLocalizedString(@"CONVERSATION_SETTINGS_SEARCH", NSString *title = NSLocalizedString(@"CONVERSATION_SETTINGS_SEARCH",

Loading…
Cancel
Save