mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make sure that FeedFinder and InitialDownloader are running on the main thread.
This commit is contained in:
@@ -62,7 +62,10 @@ class AddFeedController: AddFeedWindowControllerDelegate {
|
||||
|
||||
account.createFeed(url: url.absoluteString, name: title, container: container) { result in
|
||||
|
||||
self.endShowingProgress()
|
||||
DispatchQueue.main.async {
|
||||
self.endShowingProgress()
|
||||
}
|
||||
|
||||
BatchUpdate.shared.end()
|
||||
|
||||
switch result {
|
||||
|
||||
Reference in New Issue
Block a user