From bed43dd3d6c6a6ae1162f2701126d0b5886f8bef Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 7 Oct 2017 17:53:37 -0700 Subject: [PATCH] Call the completion block in Account.update, so the refresher can do its thing properly. Also: update ToDo. --- Frameworks/Account/Account.swift | 2 +- ToDo.opml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index 39eaa310f..d76ab81aa 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -105,7 +105,7 @@ public final class Account: DisplayNameProvider, Hashable { func update(_ feed: Feed, with parsedFeed: ParsedFeed, _ completion: RSVoidCompletionBlock) { - // TODO + completion() } public func markArticles(_ articles: Set
, statusKey: String, flag: Bool) { diff --git a/ToDo.opml b/ToDo.opml index b85270a9f..e244f969f 100644 --- a/ToDo.opml +++ b/ToDo.opml @@ -6,7 +6,7 @@ --> ToDo Tue, 12 Sep 2017 20:15:17 GMT - 0,23,26,30,35,43,44,46,61,66 + 0,24,27,31,36,44,45,47,62,67 0 3254 551 @@ -15,7 +15,8 @@ - + +