mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove cancellAll for FeedWrangler.
This commit is contained in:
@@ -121,10 +121,6 @@ final class FeedWranglerAccountDelegate: AccountDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
func cancelAll(for account: Account) {
|
||||
caller.cancelAll()
|
||||
}
|
||||
|
||||
func refreshCredentials(for account: Account, completion: @escaping (() -> Void)) {
|
||||
os_log(.debug, log: log, "Refreshing credentials...")
|
||||
// MARK: TODO
|
||||
@@ -443,6 +439,7 @@ final class FeedWranglerAccountDelegate: AccountDelegate {
|
||||
|
||||
/// Suspend the sync database so that it can close its SQLite file.
|
||||
func suspend() {
|
||||
caller.cancelAll()
|
||||
database.suspend()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user