From 0d6dbb6df3799e66169caf849bb1f87899e28749 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 2 Sep 2019 17:28:28 -0500 Subject: [PATCH] Fix broken select next where it wasn't going to the next available fetcher in the Feeds scene --- iOS/SceneCoordinator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index e3e469baa..544a848f6 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -951,7 +951,7 @@ private extension SceneCoordinator { } if unreadCountProvider.unreadCount > 0 { - currentMasterIndexPath = nextIndexPath + selectFeed(nextIndexPath) return true }