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

@@ -17,8 +17,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 36
versionCode = 85
versionName = "0.2.0.85"
versionCode = 86
versionName = "0.2.0.86"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

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)
}
/**