mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update the nav controller title so that the back bar button item in iPad portrait has a valid title
This commit is contained in:
@@ -348,6 +348,7 @@ private extension MasterTimelineViewController {
|
||||
|
||||
updateTableViewRowHeight()
|
||||
title = navState?.timelineName
|
||||
navigationController?.title = navState?.timelineName
|
||||
|
||||
if navState?.articles.count ?? 0 > 0 {
|
||||
tableView.scrollToRow(at: IndexPath(row: 0, section: 0), at: .top, animated: false)
|
||||
|
||||
Reference in New Issue
Block a user