Fix regression that made customize timeline unselectable.
This commit is contained in:
parent
4f36ec3b11
commit
333da704aa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue