From 333da704aadd7d39f916bb41cd6e0b198f8b4858 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 16 Jan 2020 14:44:30 -0700 Subject: [PATCH] Fix regression that made customize timeline unselectable. --- iOS/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 2c1739d32..0a8a3755e 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -209,7 +209,7 @@ class SettingsViewController: UITableViewController { } case 3: switch indexPath.row { - case 4: + case 3: let timeline = UIStoryboard.settings.instantiateController(ofType: TimelineCustomizerViewController.self) self.navigationController?.pushViewController(timeline, animated: true) default: