Actualizacion de Version y correccion de posible error en Tracker.flp_LocationChanged

This commit is contained in:
2024-01-16 19:14:34 -06:00
parent f228f59e21
commit 8e095d8bff
4 changed files with 16 additions and 16 deletions

View File

@@ -231,8 +231,8 @@ Sub flp_LocationChanged (Location1 As Location)
CallSubDelayed(Starter, "ENVIA_ULTIMA_GPS")
End If
DateTime.TimeFormat = origFormat 'Regresamos formato de fecha original.
B4XPages.MainPage.cliente.GPS_LocationChanged(Location1)
B4XPages.MainPage.nuevoCliente.GPS_LocationChanged(Location1)
If B4XPages.MainPage.cliente.IsInitialized Then B4XPages.MainPage.cliente.GPS_LocationChanged(Location1)
If B4XPages.MainPage.nuevoCliente.IsInitialized Then B4XPages.MainPage.nuevoCliente.GPS_LocationChanged(Location1)
If Not(IsPaused(MAPA_RUTAS)) Then CallSubDelayed2(MAPA_RUTAS, "GPS_LocationChanged", Location1)
End Sub