mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-08 08:01:40 +01:00
Fix bug where mark older than caused all articles in the timeline to be marked as read
This commit is contained in:
parent
64fd5016a9
commit
9988847fba
@ -558,7 +558,7 @@ class AppCoordinator: NSObject, UndoableCommandRunner {
|
|||||||
if articlesToMark.isEmpty {
|
if articlesToMark.isEmpty {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
markAllAsRead(articles)
|
markAllAsRead(articlesToMark)
|
||||||
}
|
}
|
||||||
|
|
||||||
func toggleReadForCurrentArticle() {
|
func toggleReadForCurrentArticle() {
|
||||||
|
Loading…
Reference in New Issue
Block a user