Change so that we only attempt to subscribe when creating new account.

This commit is contained in:
Maurice Parker 2020-04-03 20:01:29 -05:00
parent 4a2760ade3
commit 850577d6bc
1 changed files with 3 additions and 3 deletions

View File

@ -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) {