When an activity calls a second activity and the device is turned the program reverts back to the calling activity.
I tried to stop this by putting the folowing code in;
This does not work. Can you advise the correct way to stop an inadvertant exit from an activity module
Thank you
Joe
I tried to stop this by putting the folowing code in;
B4X:
Sub Activity_Pause (UserClosed As Boolean)
If Userclosed=False Then
Return
End If
This does not work. Can you advise the correct way to stop an inadvertant exit from an activity module
Thank you
Joe