mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-21 03:49:14 +00:00
Actualizacion de Version y correccion de posible error en Tracker.flp_LocationChanged
This commit is contained in:
@@ -441,7 +441,7 @@ Sub B4XPage_Appear
|
||||
StartActivity(Starter.GPS.LocationSettingsIntent)
|
||||
Else
|
||||
Starter.GPS.Start(0, 0)
|
||||
If Starter.ubicacionActual.IsInitialized and Starter.ubicacionActual.Latitude <> 0 Then GPS_LocationChanged(Starter.ubicacionActual)
|
||||
If Starter.ubicacionActual.IsInitialized And Starter.ubicacionActual.Latitude <> 0 Then GPS_LocationChanged(Starter.ubicacionActual)
|
||||
End If
|
||||
If muestraBoleta Then LLAMA_BOLETA
|
||||
BT_QR.Enabled = False
|
||||
|
||||
Reference in New Issue
Block a user