Skip to content

Commit 8563e86

Browse files
committed
Update.
1 parent 8b41af7 commit 8563e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CarPlayExample/AppDelegate+CarPlayManagerDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ extension AppDelegate: CarPlayManagerDelegate {
180180
finalDestinationAnnotation.image = .default
181181
}
182182

183-
pointAnnotationManager.syncAnnotations([finalDestinationAnnotation])
183+
pointAnnotationManager.annotations = [finalDestinationAnnotation]
184184
}
185185

186186
func carPlayManager(_ carPlayManager: CarPlayManager,

0 commit comments

Comments
 (0)