mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove article extractor execution when trying to set Always Use Reader View
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user