Call the completion block in Account.update, so the refresher can do its thing properly. Also: update ToDo.
This commit is contained in:
parent
c6f683c34c
commit
bed43dd3d6
|
@ -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<Article>, statusKey: String, flag: Bool) {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</editor> -->
|
||||
<title>ToDo</title>
|
||||
<dateCreated>Tue, 12 Sep 2017 20:15:17 GMT</dateCreated>
|
||||
<expansionState>0,23,26,30,35,43,44,46,61,66</expansionState>
|
||||
<expansionState>0,24,27,31,36,44,45,47,62,67</expansionState>
|
||||
<vertScrollState>0</vertScrollState>
|
||||
<windowTop>3254</windowTop>
|
||||
<windowLeft>551</windowLeft>
|
||||
|
@ -15,7 +15,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<outline text="App">
|
||||
<outline text="Parse feeds on refresh"/>
|
||||
<outline text="Update articles in database"/>
|
||||
<outline text="Save account data to disk on feed changes"/>
|
||||
<outline text="Update Sparkle"/>
|
||||
<outline text="Use new app icon"/>
|
||||
<outline text="Set -NSApplicationCrashOnExceptions YES"/>
|
||||
|
|
Loading…
Reference in New Issue