From 8b60765627cee309417b158824c56a39f6a2c9f7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 19 Jul 2017 09:36:43 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/ViewControllers/PrivacySettingsTableViewController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Signal/src/ViewControllers/PrivacySettingsTableViewController.m b/Signal/src/ViewControllers/PrivacySettingsTableViewController.m index 8f272c0f3..66e7e6b14 100644 --- a/Signal/src/ViewControllers/PrivacySettingsTableViewController.m +++ b/Signal/src/ViewControllers/PrivacySettingsTableViewController.m @@ -48,7 +48,6 @@ NS_ASSUME_NONNULL_BEGIN OWSTableSection *screenSecuritySection = [OWSTableSection new]; screenSecuritySection.headerTitle = NSLocalizedString(@"SETTINGS_SECURITY_TITLE", @"Section header"); screenSecuritySection.footerTitle = NSLocalizedString(@"SETTINGS_SCREEN_SECURITY_DETAIL", nil); - // TODO: Apply switchItemWithText. [screenSecuritySection addItem:[OWSTableItem switchItemWithText:NSLocalizedString(@"SETTINGS_SCREEN_SECURITY", @"") isOn:[Environment.preferences screenSecurityIsEnabled] target:weakSelf