commit | 0c6d83cc5625f967eb2e23cc7c232874cd9e60f9 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Thu Dec 01 08:38:13 2011 -0800 |
committer | Chet Haase <chet@google.com> | Thu Dec 01 08:40:05 2011 -0800 |
tree | 6458bd3651bf8777fa8c5fae9bef8c3c22797a89 | |
parent | 45c62be2bc553f603c9adadc60abff62ddedba79 [diff] |
Protect code in ViewPropertyAnimator from potential null deref The monkeys threw a NullPointerException in ViewPropertyAnimator, from calling into a data structure that should have been not null. Not sure what weird onkey-driven timing issue caused the problem, but protecting the null deref is easy and safe. Issue 5626496 Change-Id: I902b510db60a8a85f776f48582ae0326522a9400