commit | 575217fc3da38357f1d5e322bf1c7a07b909ef2a | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Thu Apr 09 14:31:25 2015 -0700 |
committer | Chet Haase <chet@google.com> | Tue Apr 14 14:09:26 2015 +0000 |
tree | 6571b525c6d1e936493a5e63838ade128647a917 | |
parent | de77be631184ff1204017c3d8996d7c71aa5cf02 [diff] |
Make ActionBar animations work correctly Previous ActionBar animations didn't handle configuration changes or other situations in which the view would get detached. listeners would stay on the view and would attempt to do something nonsensical in the new window. This new approach removes listeners on window detach to avoid this problem. Issue #20125407 Settings Crashes when changing orientation of device Change-Id: I0b3bbd0f6fc23cdb4cbd646b0d2772d72d3d795d