We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac46b2 commit c247187Copy full SHA for c247187
Example/AppDelegate+CarPlay.swift
@@ -73,7 +73,7 @@ extension AppDelegate: CarPlayManagerDelegate {
73
navigationServiceAlong route: Route,
74
routeIndex: Int,
75
routeOptions: RouteOptions,
76
- desiredSimulationMode: SimulationMode) -> NavigationService {
+ desiredSimulationMode: SimulationMode) -> NavigationService? {
77
if let navigationViewController = self.window?.rootViewController?.presentedViewController as? NavigationViewController,
78
let navigationService = navigationViewController.navigationService {
79
// Do not set simulation mode if we already have an active navigation session.
0 commit comments