mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-18 04:17:35 +01:00
Remove activity donation for next unread. Issue #1957
This commit is contained in:
parent
db50902c9d
commit
41acb716bd
@ -927,7 +927,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
}
|
||||
|
||||
if selectNextUnreadArticleInTimeline() {
|
||||
activityManager.selectingNextUnread()
|
||||
return
|
||||
}
|
||||
|
||||
@ -936,9 +935,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
}
|
||||
|
||||
selectNextUnreadFeed() {
|
||||
if self.selectNextUnreadArticleInTimeline() {
|
||||
self.activityManager.selectingNextUnread()
|
||||
}
|
||||
self.selectNextUnreadArticleInTimeline()
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user