Remove article extractor execution when trying to set Always Use Reader View

This commit is contained in:
Maurice Parker
2022-09-27 17:51:41 -05:00
parent 573806c0ca
commit c4186f4597

View File

@@ -329,7 +329,6 @@ class ArticleViewController: UIViewController, MainControllerIdentifiable {
state: extractorOn ? .on : .off) { [weak self] _ in
if feed.isArticleExtractorAlwaysOn == nil {
feed.isArticleExtractorAlwaysOn = true
self?.currentWebViewController?.toggleArticleExtractor()
} else {
feed.isArticleExtractorAlwaysOn?.toggle()
}