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…
Reference in New Issue