mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-08 08:01:40 +01:00
Fix bug where marking articles unread from timeline contextual menu was marking older articles as read. Fix #435.
This commit is contained in:
parent
26cca9e6e9
commit
6656cff7f3
@ -44,7 +44,7 @@ extension TimelineViewController {
|
|||||||
guard let articles = articles(from: sender) else {
|
guard let articles = articles(from: sender) else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
markOlderArticlesRead(articles)
|
markArticles(articles, read: false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc func markOlderArticlesReadFromContextualMenu(_ sender: Any?) {
|
@objc func markOlderArticlesReadFromContextualMenu(_ sender: Any?) {
|
||||||
|
Loading…
Reference in New Issue
Block a user