commit | 679fe6ab6f4b9252ef414a0c0c5ad9633f3d0294 | [log] [tgz] |
---|---|---|
author | Doris Liu <tianliu@google.com> | Fri Oct 07 11:09:21 2016 -0700 |
committer | Doris Liu <tianliu@google.com> | Sat Oct 08 21:00:14 2016 +0000 |
tree | 822ed6b3bd23063dfcf65b197e8e6a8e2d617034 | |
parent | ad81502f20d1dedbd3aab2835b7e416d32cde261 [diff] |
Support calling start() in onAnimationFinished(...) in AVD This CL fixed an issue where calling start() from onAnimationFinished() caused AnimationListenerBridge::onAnimationFinished(...) to be unsafely re-entered and the new start listener was (incorrectly) reset to null. BUG: 31971397 Test: test apk in the bug linked above Change-Id: Ica809ef2dab884950b93b54f2d0cb4b81e9830f1