mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change so that we only attempt to subscribe when creating new account.
This commit is contained in:
@@ -437,11 +437,11 @@ final class CloudKitAccountDelegate: AccountDelegate {
|
||||
os_log(.error, log: self.log, "Error adding account container: %@", error.localizedDescription)
|
||||
}
|
||||
}
|
||||
zones.forEach { zone in
|
||||
zone.subscribe()
|
||||
}
|
||||
}
|
||||
|
||||
zones.forEach { zone in
|
||||
zone.subscribe()
|
||||
}
|
||||
}
|
||||
|
||||
func accountWillBeDeleted(_ account: Account) {
|
||||
|
||||
Reference in New Issue
Block a user