Change so that we only attempt to subscribe when creating new account.
This commit is contained in:
parent
4a2760ade3
commit
850577d6bc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue