commit | 1bf2b873470d2ba8a4ac218da73516cc2b20aa76 | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Wed Feb 05 15:37:40 2014 -0800 |
committer | Craig Mautner <cmautner@google.com> | Wed Feb 05 15:37:40 2014 -0800 |
tree | 4360e1fc405b0bf42917516c0f493bb1c2a521d6 | |
parent | dc548483ae90ba26ad9e2e2cb79f4673140edb49 [diff] |
Defer detach until animations are complete. Allowing the detach of ActivityStack from DisplayContent to happen immediately was causing all sorts of problems associated with not having a Display to complete the animations. Waiting for animations to complete before either the detach or the display removal fixes those problems. Change-Id: I8a5663bfac5c3c1084ff4fcc451e0e38e8080265