mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix runtime warning about calling viewDidAppear at the wrong time.
This commit is contained in:
@@ -36,7 +36,7 @@ class TimelineCustomizerViewController: UIViewController {
|
||||
}
|
||||
|
||||
override func viewWillAppear(_ animated: Bool) {
|
||||
super.viewDidAppear(animated)
|
||||
super.viewWillAppear(animated)
|
||||
updatePreviewBorder()
|
||||
updatePreview()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user