If anyone can shed some light on the following it would be much appreciated...
:sign0085:
I am using one Main activity for an app. This Main activity uses StartActivity("Help") to start a second activity to display help about the app. It does work as expected, however, once the Help activity has been closed (it uses Activity.Finish) then the Main activity is unable to re-start the Help activity again until after a wait of around 6-8 seconds. I'd like the user to be able to call up the help activity without delay if this is possible. Thanks in advance.
:sign0085:
I am using one Main activity for an app. This Main activity uses StartActivity("Help") to start a second activity to display help about the app. It does work as expected, however, once the Help activity has been closed (it uses Activity.Finish) then the Main activity is unable to re-start the Help activity again until after a wait of around 6-8 seconds. I'd like the user to be able to call up the help activity without delay if this is possible. Thanks in advance.