Pravee7094
Active Member
Hi all,
I have a two activity. One is dashboard and another one is change password.
In dash board, Click the change password button then go to change password activity.
Now In the change password activity, Click the back space button It will go to Main menu. But I want to go dashboard activity.
I know, I have a change to remove activity.finish . If I remove the activity.finish Then It does not updated properly.
Any suggestion or Help?
Thanks
Praveen
I have a two activity. One is dashboard and another one is change password.
In dash board, Click the change password button then go to change password activity.
B4X:
Private Sub btn_changepassword_Click
StartActivity(change_password)
Activity.Finish
End Sub
Now In the change password activity, Click the back space button It will go to Main menu. But I want to go dashboard activity.
I know, I have a change to remove activity.finish . If I remove the activity.finish Then It does not updated properly.
Any suggestion or Help?
Thanks
Praveen