From b1cced22c419be7953b48fa4f021c8a48845c373 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 27 Apr 2020 23:50:03 -0500 Subject: [PATCH] Send article statuses and articles at the end of refreshing --- Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 56bc1acf3..8ac24799c 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -647,7 +647,7 @@ private extension CloudKitAccountDelegate { } group.notify(queue: DispatchQueue.main) { - self.refreshArticleStatus(for: account) { _ in + self.sendArticleStatus(for: account) { _ in self.articlesZone.fetchChangesInZone() { _ in self.refreshProgress.completeTask() completion()