mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 00:28:53 +01:00
Fix broken select next where it wasn't going to the next available fetcher in the Feeds scene
This commit is contained in:
parent
613cea5c7a
commit
0d6dbb6df3
@ -951,7 +951,7 @@ private extension SceneCoordinator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if unreadCountProvider.unreadCount > 0 {
|
if unreadCountProvider.unreadCount > 0 {
|
||||||
currentMasterIndexPath = nextIndexPath
|
selectFeed(nextIndexPath)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user