Fix broken select next where it wasn't going to the next available fetcher in the Feeds scene

This commit is contained in:
Maurice Parker 2019-09-02 17:28:28 -05:00
parent 613cea5c7a
commit 0d6dbb6df3

View File

@ -951,7 +951,7 @@ private extension SceneCoordinator {
}
if unreadCountProvider.unreadCount > 0 {
currentMasterIndexPath = nextIndexPath
selectFeed(nextIndexPath)
return true
}