From 0d04f6372765c8be32db9262b5468fa0155f155e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 12 Mar 2023 17:56:26 -0500 Subject: [PATCH] Fix Timeline Layout selection --- 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 0867125f6..aff4f26ea 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -233,7 +233,7 @@ class SettingsViewController: UITableViewController, Logging { } case 4: switch indexPath.row { - case 3: + case 4: let timeline = UIStoryboard.settings.instantiateController(ofType: TimelineCustomizerViewController.self) self.navigationController?.pushViewController(timeline, animated: true) default: