feat: refs#6845 userInterface

This commit is contained in:
Sergio De la torre 2024-12-12 17:03:54 +01:00
parent f94cee238e
commit 07027e8a8c
1 changed files with 0 additions and 11 deletions

View File

@ -138,15 +138,6 @@ class StopMapListFragment(
with(viewModel) {
loadStopMapTruckList.observe(viewLifecycleOwner) { event ->
event.getContentIfNotHandled().notNull {
for (item in it.list) {
println("llista")
println("llista $item")
println("llista addressFk ${item.addressFk}")
println("llista id" + item.id)
println("llista address" + item.address)
println("llista client id" + item.address?.address?.client)
println("llista mobile " + item.address?.address?.mobile)
}
showRoadMapList(it)
}
}
@ -189,8 +180,6 @@ class StopMapListFragment(
}
TruckAction.GOTOMAPS -> {
println("locationMaps")
val uri =
"geo:0,0?q=" + item.address?.address?.nickname + " " + item.address?.address?.street + " " + item.address?.address?.city + " " + item.address?.address?.postalCode
val locationIntent = Intent(Intent.ACTION_VIEW, Uri.parse(uri))