mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
💄 Hide subtitle in article view
This commit is contained in:
@@ -174,6 +174,7 @@ class ArticleViewController: UIViewController {
|
||||
|
||||
override func viewDidAppear(_ animated: Bool) {
|
||||
super.viewDidAppear(true)
|
||||
navigationController?.navigationBar.topItem?.subtitle = nil
|
||||
coordinator.isArticleViewControllerPending = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user