mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 17:24:04 +01:00
Remove title from article back button. Issue #1318
This commit is contained in:
parent
504bb82f80
commit
189995e6c7
@ -71,6 +71,9 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
|||||||
resetUI()
|
resetUI()
|
||||||
applyChanges(animated: false)
|
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
|
// Restore the scroll position if we have one stored
|
||||||
if let restoreIndexPath = coordinator.timelineMiddleIndexPath {
|
if let restoreIndexPath = coordinator.timelineMiddleIndexPath {
|
||||||
tableView.scrollToRow(at: restoreIndexPath, at: .middle, animated: false)
|
tableView.scrollToRow(at: restoreIndexPath, at: .middle, animated: false)
|
||||||
|
Loading…
Reference in New Issue
Block a user