b53573d6514078c17a5a1c8a553cd243136aae6a
- If any call to finish the recents animation comes in before onRecentsAnimationStarted, we'll clear the callbacks but the listener registered in startRecentsAnimation will persist. Since the call to actually finish the animation with the system is posted on the main thread, if the animation started callback returns in that time, the controller will be set (via the listener) but the callbacks will be unset. Instead, we can clear all the listeners from the previous callbacks when cleaning up the animation. Bug: 145758818 Change-Id: I29dab94f5fb25f762a823d59ef318a361282b595
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%