🔥 Removes subtitle code from Timeline

This commit is contained in:
Stuart Breckenridge
2025-06-14 14:45:27 +08:00
parent 39cbefc01e
commit 9dd088fac9

View File

@@ -195,14 +195,13 @@ class MainTimelineViewController: UITableViewController, UndoableCommandRunner {
if navigationController?.navigationBar.isHidden ?? false {
navigationController?.navigationBar.alpha = 0
}
navigationController?.navigationBar.topItem?.subtitle = nil
super.viewWillAppear(animated)
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(true)
isTimelineViewControllerPending = false
if navigationController?.navigationBar.alpha == 0 {
UIView.animate(withDuration: 0.5) {
self.navigationController?.navigationBar.alpha = 1