Always reload the web view when the showing state changes. Issue #1775

This commit is contained in:
Maurice Parker 2020-02-06 11:41:06 -08:00
parent 268c20da56
commit e5a9205747
1 changed files with 1 additions and 3 deletions

View File

@ -48,9 +48,7 @@ class WebViewController: UIViewController {
}
var isShowingExtractedArticle = false {
didSet {
if isShowingExtractedArticle != oldValue {
loadWebView()
}
loadWebView()
}
}