diff --git a/iOS/NavigationStateController.swift b/iOS/NavigationStateController.swift index b13e8df32..5bbefda59 100644 --- a/iOS/NavigationStateController.swift +++ b/iOS/NavigationStateController.swift @@ -510,6 +510,10 @@ private extension NavigationStateController { return true } + if expandedNodes.contains(node) { + continue + } + if unreadCountProvider.unreadCount > 0 { currentMasterIndexPath = nextIndexPath return true