Fix regression that made customize timeline unselectable.

This commit is contained in:
Maurice Parker 2020-01-16 14:44:30 -07:00
parent 4f36ec3b11
commit 333da704aa
1 changed files with 1 additions and 1 deletions

View File

@ -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: