Activity Stack
Closed this issue · 1 comments
GabrielBRDeveloper commented
What is this
Keep activities open while finish()
is not called, startActivity(....), wil add activity to top on stack, when you call finish()
current activity will removed from stack and resume previous activity.
GabrielBRDeveloper commented
Implemented in ac51015