diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 291530123..47949fe90 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -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) {