diff --git a/Sources/UIKitNavigation/Navigation/NavigationStackController.swift b/Sources/UIKitNavigation/Navigation/NavigationStackController.swift index 6a1d283dc..db91c4b27 100644 --- a/Sources/UIKitNavigation/Navigation/NavigationStackController.swift +++ b/Sources/UIKitNavigation/Navigation/NavigationStackController.swift @@ -149,7 +149,7 @@ } } if !invalidIndices.isEmpty { - path.remove(atOffsets: invalidIndices) + path.remove(atOffsets: invalidIndices) } setViewControllers(newViewControllers, animated: !transaction.uiKit.disablesAnimations) }