mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove title from timeline back button. Issue #1319
This commit is contained in:
@@ -72,8 +72,8 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
applyChanges(animated: false)
|
||||
|
||||
// Set the bar button item so that it doesn't show on the article view
|
||||
navigationItem.backBarButtonItem = UIBarButtonItem()
|
||||
|
||||
navigationItem.backBarButtonItem = UIBarButtonItem(title: "", style: .plain, target: nil, action: nil)
|
||||
|
||||
// Restore the scroll position if we have one stored
|
||||
if let restoreIndexPath = coordinator.timelineMiddleIndexPath {
|
||||
tableView.scrollToRow(at: restoreIndexPath, at: .middle, animated: false)
|
||||
|
||||
Reference in New Issue
Block a user