Notification

This commit is contained in:
Dimitris
2026-04-06 14:42:19 +02:00
parent b1d56d536d
commit 3fbba92b1d
@@ -143,13 +143,6 @@ class NavigationSession : CarSession(), NavigationListener, NavigationObserverCa
if (::textToSpeechManager.isInitialized) {
textToSpeechManager.cleanup()
}
carContext
.stopService(
Intent(
carContext,
NavigationNotificationService::class.java
)
)
Log.i(TAG, "NavigationSession destroyed")
}
}