mttkay / memento

Apache License 2.0
203 stars 19 forks source link

Test with multiple instances of same activity #4

Closed mttkay closed 10 years ago

mttkay commented 11 years ago

Not sure if this works yet when an activity can have multiple instances active at the same time (i.e. was not started as SINGLE_TOP)

mttkay commented 10 years ago

Tested, and works, since FragmentManager always searches for fragments attached to the current host activity first. Since no 2 activities can be in the foreground at the same time, this should be safe.