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() {
|
if selectNextUnreadArticleInTimeline() {
|
||||||
activityManager.selectingNextUnread()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -936,9 +935,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
selectNextUnreadFeed() {
|
selectNextUnreadFeed() {
|
||||||
if self.selectNextUnreadArticleInTimeline() {
|
self.selectNextUnreadArticleInTimeline()
|
||||||
self.activityManager.selectingNextUnread()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user