mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix article extractor error handling and recovery for when Mercury can't process a page
This commit is contained in:
@@ -963,6 +963,7 @@ extension SceneCoordinator: UINavigationControllerDelegate {
|
||||
extension SceneCoordinator: ArticleExtractorDelegate {
|
||||
|
||||
func articleExtractionDidFail(with: Error) {
|
||||
stopArticleExtractor()
|
||||
articleViewController?.articleExtractorButtonState = .error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user