mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Skip expanded nodes so that next unread goes to the correct timeline.
This commit is contained in:
@@ -510,6 +510,10 @@ private extension NavigationStateController {
|
||||
return true
|
||||
}
|
||||
|
||||
if expandedNodes.contains(node) {
|
||||
continue
|
||||
}
|
||||
|
||||
if unreadCountProvider.unreadCount > 0 {
|
||||
currentMasterIndexPath = nextIndexPath
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user