Skip to content

Commit

Permalink
fix Example app
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 1, 2024
1 parent e41117d commit 1d8c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/example/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private extension SceneDelegate {
let simulatedLocationManager = SimulatedLocationManager(route: route)
simulatedLocationManager.speedMultiplier = 2

self.viewController.startNavigation(with: route, locationManager: simulatedLocationManager)
self.viewController.startNavigation(with: route, animated: true, locationManager: simulatedLocationManager)
}
}

Expand Down

0 comments on commit 1d8c62a

Please sign in to comment.