This commit is contained in:
2026-01-28 22:34:09 +01:00
parent 4263a7eff0
commit 67fea51949
2 changed files with 2 additions and 2 deletions
@@ -186,7 +186,7 @@ fun startGTFSTracking(url: String, api_key: String, callee: Activity) {
}}
}
GTFSMainHandler.post {
Toast.makeText(callee, "Done drawing stops", Toast.LENGTH_SHORT).show()}
Toast.makeText(callee, "Done drawing ${gtfsStops.features.size} stops", Toast.LENGTH_SHORT).show()}
} catch(e: Exception) {
GTFSMainHandler.post {