mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Always reload the web view when the showing state changes. Issue #1775
This commit is contained in:
@@ -48,9 +48,7 @@ class WebViewController: UIViewController {
|
||||
}
|
||||
var isShowingExtractedArticle = false {
|
||||
didSet {
|
||||
if isShowingExtractedArticle != oldValue {
|
||||
loadWebView()
|
||||
}
|
||||
loadWebView()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user