Loading quickstep/src/com/android/quickstep/GestureState.java +3 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,9 @@ public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationL mStateCallback.setState(STATE_RECENTS_ANIMATION_ENDED); if (mRecentsAnimationCanceledSnapshot != null) { // Clean up the screenshot to finalize the recents animation cancel if (mRecentsAnimationController != null) { mRecentsAnimationController.cleanupScreenshot(); } mRecentsAnimationCanceledSnapshot = null; } } Loading Loading
quickstep/src/com/android/quickstep/GestureState.java +3 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,9 @@ public class GestureState implements RecentsAnimationCallbacks.RecentsAnimationL mStateCallback.setState(STATE_RECENTS_ANIMATION_ENDED); if (mRecentsAnimationCanceledSnapshot != null) { // Clean up the screenshot to finalize the recents animation cancel if (mRecentsAnimationController != null) { mRecentsAnimationController.cleanupScreenshot(); } mRecentsAnimationCanceledSnapshot = null; } } Loading