From 0d423cbc4f216980a58191e36b9b815c0f1f6874 Mon Sep 17 00:00:00 2001 From: hsuarez98 <74598029+hsuarez98@users.noreply.github.com> Date: Fri, 10 May 2024 11:07:27 +0200 Subject: [PATCH] Update UIPilot.swift --- Sources/UIPilot/UIPilot.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UIPilot/UIPilot.swift b/Sources/UIPilot/UIPilot.swift index ea147c5..9742a61 100644 --- a/Sources/UIPilot/UIPilot.swift +++ b/Sources/UIPilot/UIPilot.swift @@ -125,7 +125,7 @@ struct NavigationControllerHost: UIViewControllerRep uipilot.onPush = { route in navigation.pushViewController( - UIHostingController(rootView: routeMap(route)), animated: true + UIHostingController(rootView: routeMap(route)), animated: false ) }