commit | 544efa76639b46e4177b385d498fca60c8b6ded5 | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Thu Sep 04 16:41:20 2014 -0700 |
committer | Craig Mautner <cmautner@google.com> | Thu Sep 04 17:37:15 2014 -0700 |
tree | 00e06348fd91d2fe2ca477c2de005fd49be3ac6e | |
parent | d35d826fb50f71cf592a72d2dffd5dea75390da3 [diff] |
Prevent recursion in resumeTopActivityLocked The existing recursion in resumeTopActivityLocked() finally caused a problem by attempting to pause the same activity twice. By preventing the recursion with this change we no longer face that problem. Fixes bug 17260463. Change-Id: I0954614fc1a7dc0eeeef9335c1b973a42a7fc345