mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug where a toolbar would be erroneously shown when in full screen and returning from view an image. Fix #4449.
This commit is contained in:
@@ -163,7 +163,8 @@ class ArticleViewController: UIViewController {
|
||||
}
|
||||
|
||||
override func viewWillAppear(_ animated: Bool) {
|
||||
navigationController?.isToolbarHidden = false
|
||||
let hideToolbar = AppDefaults.shared.articleFullscreenEnabled
|
||||
navigationController?.isToolbarHidden = hideToolbar
|
||||
super.viewWillAppear(animated)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user