🩹 Make subtitle nil on timeline

This commit is contained in:
Stuart Breckenridge
2025-06-13 22:56:18 +08:00
parent dfc38d68fd
commit 31eb4cf37d

View File

@@ -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)
}