Add link previews setting.

pull/1/head
Matthew Chen 6 years ago
parent c57b0d98cb
commit 1b87e3165c

@ -316,7 +316,7 @@ static NSString *const kSealedSenderInfoURL = @"https://signal.org/blog/sealed-s
isOn:SSKPreferences.areLinkPreviewsEnabled isOn:SSKPreferences.areLinkPreviewsEnabled
target:weakSelf target:weakSelf
selector:@selector(didToggleLinkPreviewsEnabled:)]]; selector:@selector(didToggleLinkPreviewsEnabled:)]];
linkPreviewsSection.footerTitle linkPreviewsSection.headerTitle
= NSLocalizedString(@"SETTINGS_LINK_PREVIEWS", @"Setting for enabling & disabling link previews."); = NSLocalizedString(@"SETTINGS_LINK_PREVIEWS", @"Setting for enabling & disabling link previews.");
[contents addSection:linkPreviewsSection]; [contents addSection:linkPreviewsSection];

Loading…
Cancel
Save