Arrival Issue

This commit is contained in:
Dimitris
2026-03-28 12:41:12 +01:00
parent 5317a14fb3
commit d81d33df43
2 changed files with 4 additions and 4 deletions

View File

@@ -472,13 +472,13 @@ class NavigationSession : Session(), NavigationListener, NavigationObserverCallb
val streetName = routeModel.currentStep().street
val currentDate = LocalDateTime.now(ZoneOffset.UTC)
snapLocation(location, streetName)
checkTraffic(currentDate, location)
updateSpeedCamera(location)
checkRoute(currentDate, location)
updateNavigationScreen()
checkArrival()
snapLocation(location, streetName)
}
/**