mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-21 11:59:13 +00:00
Actualizacion de Version y correccion de posible error en Tracker.flp_LocationChanged
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user