mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove web provider queue flush on multiplatform
This commit is contained in:
@@ -154,15 +154,6 @@ private extension ArticleViewController {
|
||||
return controller
|
||||
}
|
||||
|
||||
func resetWebViewController() {
|
||||
sceneModel?.webViewProvider?.flushQueue()
|
||||
sceneModel?.webViewProvider?.replenishQueueIfNeeded()
|
||||
if let controller = currentWebViewController {
|
||||
controller.fullReload()
|
||||
self.pageViewController.setViewControllers([controller], direction: .forward, animated: false, completion: nil)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public extension Notification.Name {
|
||||
|
||||
Reference in New Issue
Block a user