mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 04:17:44 +01:00
Always reload the web view when the showing state changes. Issue #1775
This commit is contained in:
parent
268c20da56
commit
e5a9205747
@ -48,9 +48,7 @@ class WebViewController: UIViewController {
|
||||
}
|
||||
var isShowingExtractedArticle = false {
|
||||
didSet {
|
||||
if isShowingExtractedArticle != oldValue {
|
||||
loadWebView()
|
||||
}
|
||||
loadWebView()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user