💄 Hide subtitle in article view

This commit is contained in:
Stuart Breckenridge
2025-06-13 19:54:29 +08:00
parent 6eb65e9f61
commit 29a63aa065

View File

@@ -174,6 +174,7 @@ class ArticleViewController: UIViewController {
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(true)
navigationController?.navigationBar.topItem?.subtitle = nil
coordinator.isArticleViewControllerPending = false
}