Fix bug where mark older than caused all articles in the timeline to be marked as read

This commit is contained in:
Maurice Parker 2019-08-20 05:46:44 -05:00
parent 64fd5016a9
commit 9988847fba

View File

@ -558,7 +558,7 @@ class AppCoordinator: NSObject, UndoableCommandRunner {
if articlesToMark.isEmpty { if articlesToMark.isEmpty {
return return
} }
markAllAsRead(articles) markAllAsRead(articlesToMark)
} }
func toggleReadForCurrentArticle() { func toggleReadForCurrentArticle() {