mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix broken select next where it wasn't going to the next available fetcher in the Feeds scene
This commit is contained in:
@@ -951,7 +951,7 @@ private extension SceneCoordinator {
|
||||
}
|
||||
|
||||
if unreadCountProvider.unreadCount > 0 {
|
||||
currentMasterIndexPath = nextIndexPath
|
||||
selectFeed(nextIndexPath)
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user