From e6b42a8e0a5fc1e718f253734d3802c537073a9e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 27 Apr 2020 02:18:49 -0500 Subject: [PATCH] Call completion on feed restore --- Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 56f82193d..633efb4a7 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -314,6 +314,7 @@ final class CloudKitAccountDelegate: AccountDelegate { if case .failure(let error) = result { os_log(.error, log: self.log, "Restore articles error: %@.", error.localizedDescription) } + completion(.success(())) } case .failure(let error): self.refreshProgress.clear()