mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
🩹 Make subtitle nil on timeline
This commit is contained in:
@@ -195,7 +195,7 @@ class MainTimelineViewController: UITableViewController, UndoableCommandRunner {
|
||||
if navigationController?.navigationBar.isHidden ?? false {
|
||||
navigationController?.navigationBar.alpha = 0
|
||||
}
|
||||
|
||||
navigationController?.navigationBar.topItem?.subtitle = nil
|
||||
super.viewWillAppear(animated)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user