commit | 0275e2a2e0966a9c796ac7bee015867f59385efd | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Mon Oct 26 23:04:06 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Mon Oct 26 23:04:06 2020 +0000 |
tree | 688bb24e29d989a997f5197645330d871858414f | |
parent | 19d1f91b49f32e165d618652ae6f0f535fdc7b87 [diff] | |
parent | d007cd5d55002e697d53d3c0882cddf6aa559fe5 [diff] |
Snap for 6931970 from d007cd5d55002e697d53d3c0882cddf6aa559fe5 to rvc-qpr2-release Change-Id: I0e9f3feedf152443afd6efc31030f3c9d385623f
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/BaseSwipeUpHandlerV2.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/BaseSwipeUpHandlerV2.java index a4ea9b4..f468788 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/BaseSwipeUpHandlerV2.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/BaseSwipeUpHandlerV2.java
@@ -720,6 +720,8 @@ } private void onSettledOnEndTarget() { + // Fast-finish the attaching animation if it's still running. + maybeUpdateRecentsAttachedState(false); switch (mGestureState.getEndTarget()) { case HOME: mStateCallback.setState(STATE_SCALED_CONTROLLER_HOME | STATE_CAPTURE_SCREENSHOT);