diff --git a/Source/Turbo Navigator/TurboNavigationHierarchyController.swift b/Source/Turbo Navigator/TurboNavigationHierarchyController.swift index 45eb1e4..34910ba 100644 --- a/Source/Turbo Navigator/TurboNavigationHierarchyController.swift +++ b/Source/Turbo Navigator/TurboNavigationHierarchyController.swift @@ -196,7 +196,7 @@ class TurboNavigationHierarchyController { private func clearAll(via proposal: VisitProposal) { navigationController.dismiss(animated: proposal.animated) navigationController.popToRootViewController(animated: proposal.animated) - refreshIfTopViewControllerIsVisitable(from: .main) + refreshIfTopViewControllerIsVisitable(from: .main, animated: proposal.animated) } private func replaceRoot(with controller: UIViewController, via proposal: VisitProposal) {