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

@@ -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