mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-21 06:39:14 +00:00
Correcciones de mapa y regresos
This commit is contained in:
@@ -403,12 +403,22 @@ Sub B4XPage_CloseRequest As ResumableSub
|
||||
Log("CloseRequest NC")
|
||||
StopCamera2
|
||||
q.ocultPanelPregunta
|
||||
q.panelSombra.Visible = False
|
||||
CallSubDelayed(Tracker, "StartFLP")
|
||||
If q.panelSombra.IsInitialized Then
|
||||
Log(1)
|
||||
q.panelSombra.Visible = False
|
||||
End If
|
||||
If p_camara.Visible Then
|
||||
Log(2)
|
||||
p_camara.Visible = False
|
||||
Else
|
||||
B4XPages.ShowPage("Principal")
|
||||
Log(3)
|
||||
If Starter.dondeestoy = "1" Then
|
||||
StartActivity(MAPA_RUTAS)
|
||||
Else
|
||||
Log("AQUI")
|
||||
B4XPages.ShowPage("Principal")
|
||||
End If
|
||||
End If
|
||||
Return False
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user