mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-20 06:09:18 +00:00
Correcciones de mapa y regresos
This commit is contained in:
@@ -368,10 +368,20 @@ Private Sub B4XPage_CloseRequest As ResumableSub
|
||||
' BACK key pressed
|
||||
q.encuestaIniciada = False
|
||||
q.ocultPanelPregunta
|
||||
If q.panelSombra.IsInitialized Then
|
||||
Log(1)
|
||||
q.panelSombra.Visible = False
|
||||
End If
|
||||
' Return True To close, False To cancel
|
||||
CallSubDelayed(Tracker, "StartFLP")
|
||||
Return True
|
||||
' Return False
|
||||
If Starter.dondeestoy = "1" Then
|
||||
StartActivity(MAPA_RUTAS)
|
||||
Else
|
||||
Log("AQUI")
|
||||
B4XPages.ShowPage("Principal")
|
||||
End If
|
||||
' Return True
|
||||
Return False
|
||||
End Sub
|
||||
|
||||
Private Sub b_guardaCambios_Click
|
||||
|
||||
Reference in New Issue
Block a user