From 1afc6525e56a84b76376c0767bbd1933a8c99bf6 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 3 Jul 2017 16:04:23 -0500 Subject: [PATCH] selecting network status does not highlight // FREEBIE --- Signal/src/ViewControllers/SettingsTableViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/SettingsTableViewController.m b/Signal/src/ViewControllers/SettingsTableViewController.m index a09413367..ef1068eab 100644 --- a/Signal/src/ViewControllers/SettingsTableViewController.m +++ b/Signal/src/ViewControllers/SettingsTableViewController.m @@ -143,7 +143,7 @@ cell.textLabel.text = NSLocalizedString(@"NETWORK_STATUS_HEADER", @""); cell.textLabel.font = [UIFont ows_regularFontWithSize:18.f]; cell.textLabel.textColor = [UIColor blackColor]; - + cell.selectionStyle = UITableViewCellSelectionStyleNone; UILabel *accessoryLabel = [UILabel new]; accessoryLabel.font = [UIFont ows_regularFontWithSize:18.f]; switch ([TSSocketManager sharedManager].state) {