commit | 8bee0e1cf14d321e25250c04dd2301ef1a98ffc5 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Wed Jan 27 15:40:23 2016 -0800 |
committer | Chet Haase <chet@google.com> | Thu Jan 28 17:26:35 2016 +0000 |
tree | 84fab24d246da2ffb827605eb61d007924880bed | |
parent | 0b465e7a59d997a69f39d9a182a80924ba6d4de4 [diff] |
Fix onStart/EndAction() for ViewPropertyAnimatorCompat These methods are meant to be single-action only (removed when they are activated). That's the way they work on the framework; it was an oversight to have them be persistent in the ICS version of the support library. Issue #25764942 ViewPropertyAnimatorCompatICS end action is not cleared Change-Id: I0825330c76cecf63960d79f74116acd99b874830 (cherry picked from commit fdd92b54cc21d9927ee89cf675cf4c90c306f24a)