commit | 755c8bfbffe5134232217ef4c3998194b344ae17 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon May 07 15:06:09 2012 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon May 07 15:06:09 2012 -0700 |
tree | 2fb453ccca242d8a5de0650a2765316ecf6698be | |
parent | ff0e8cd8b60aa8372b06edecb2e754b0905c4d31 [diff] |
Fix issue #6319312: Consecutive call to Activity's onCreate()/onResume()... ...without onPause() in between There was a bug in the handling of "always finish activities" where we would go through destroying activities while in the middle of updating the activity stack. This would result in the activity behind the non-full-screen activity being created and then immediately destroyed, which things were not expecting. Change-Id: Idaa89089f7b1af7eb747d7b8f9f394beeb2d23fa