diff --git a/iOS/MasterTimeline/MasterTimelineViewController.swift b/iOS/MasterTimeline/MasterTimelineViewController.swift index 1fa5db42e..379fe1fd6 100644 --- a/iOS/MasterTimeline/MasterTimelineViewController.swift +++ b/iOS/MasterTimeline/MasterTimelineViewController.swift @@ -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)