mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Call download progress on the main queue
This commit is contained in:
@@ -89,7 +89,9 @@ final class FeedlyAccountDelegate: AccountDelegate {
|
||||
progress.addToNumberOfTasksAndRemaining(1)
|
||||
syncStrategy?.startSync { result in
|
||||
os_log(.debug, log: log, "Sync took %.3f seconds", -date.timeIntervalSinceNow)
|
||||
progress.completeTask()
|
||||
DispatchQueue.main.async {
|
||||
progress.completeTask()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user