This commit is contained in:
Dimitris
2026-04-03 13:23:26 +02:00
parent 2ce079a7c1
commit 8b886c36b1
3 changed files with 3 additions and 2 deletions
@@ -532,7 +532,6 @@ class NavigationSession : CarSession(), NavigationListener, NavigationObserverCa
* Handles route snapping, deviation detection for rerouting, and map updates.
*/
fun updateLocation(location: Location) {
Log.d(TAG, "update location $location")
val streetName = if (routeModel.isNavigating()) {
routeModel.currentStep().street
} else {
@@ -100,7 +100,6 @@ open class NavigationScreen(
}
repository.tripSuggestionFlow.asLiveData().observe(this, Observer {
Log.d(TAG, "tripSuggestion $it")
navigationViewModel.recentPlaces.observe(this, observerRecentPlaces)
tripSuggestion = it
})
@@ -119,6 +118,7 @@ open class NavigationScreen(
* Returns the appropriate template based on the current navigation state.
*/
override fun onGetTemplate(): Template {
Log.d(TAG, "NavigationScreen $navigationType")
val actionStripBuilder = createActionStripBuilder({
createAction(
carContext,