Remove animation speed setting. Issue #1234

This commit is contained in:
Maurice Parker
2019-11-04 14:19:13 -06:00
parent f138c2d9aa
commit 292e3789f4
4 changed files with 0 additions and 13 deletions

View File

@@ -76,11 +76,6 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
}
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
tableView.layer.speed = AppAssets.layerSpeed
}
// MARK: Actions
@IBAction func markAllAsRead(_ sender: Any) {