Remove title from article back button. Issue #1318

This commit is contained in:
Maurice Parker 2019-11-19 18:03:19 -06:00
parent 504bb82f80
commit 189995e6c7

View File

@ -71,6 +71,9 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
resetUI()
applyChanges(animated: false)
// Set the bar button item so that it doesn't show on the article view
navigationItem.backBarButtonItem = UIBarButtonItem()
// Restore the scroll position if we have one stored
if let restoreIndexPath = coordinator.timelineMiddleIndexPath {
tableView.scrollToRow(at: restoreIndexPath, at: .middle, animated: false)