From 6ca55790d5314ae961f0263632d7e05c555fcdc5 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 1 Mar 2018 15:55:41 -0500 Subject: [PATCH] Cleanup. --- Signal/src/ViewControllers/NotificationSettingsViewController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Signal/src/ViewControllers/NotificationSettingsViewController.m b/Signal/src/ViewControllers/NotificationSettingsViewController.m index 430c2ebb9..0c0a8eaa4 100644 --- a/Signal/src/ViewControllers/NotificationSettingsViewController.m +++ b/Signal/src/ViewControllers/NotificationSettingsViewController.m @@ -72,7 +72,6 @@ = NSLocalizedString(@"SETTINGS_NOTIFICATION_CONTENT_DESCRIPTION", @"table section footer"); [contents addSection:backgroundSection]; - self.contents = contents; }