mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-20 19:49:12 +00:00
16/1/24 - Correccion de error de ubicacion no inicializada
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.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