Hi All,
After calling Activity.Finish I return to my dashboard activity but then opening the activity again has the FirstTime flag in Activity_Create set to false. So it seems that the activity wasn't destroyed in the Activity.Finish call.
Should I do something different that Activity.Finish or is there a way to start the activity and force the FirstTime to be true? I've been using StartActivity to get it running...
Thanks for any pointers
Regards
Jon
After calling Activity.Finish I return to my dashboard activity but then opening the activity again has the FirstTime flag in Activity_Create set to false. So it seems that the activity wasn't destroyed in the Activity.Finish call.
Should I do something different that Activity.Finish or is there a way to start the activity and force the FirstTime to be true? I've been using StartActivity to get it running...
Thanks for any pointers
Regards
Jon