Skip to content

Commit 794a890

Browse files
authored
fix: hide report incident button from the carplay view (#364)
1 parent 537628f commit 794a890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/google_navigation_flutter/Sources/google_navigation_flutter/BaseCarSceneDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ open class BaseCarSceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate
103103
self.navView?.setRecenterButtonEnabled(false)
104104
self.navView?.setNavigationFooterEnabled(false)
105105
self.navView?.setSpeedometerEnabled(false)
106+
self.navView?.setReportIncidentButtonEnabled(false)
106107
self.navViewController = UIViewController()
107108
self.navViewController?.view = self.navView?.view()
108109
self.carWindow?.rootViewController = self.navViewController

0 commit comments

Comments
 (0)