commit | c757961fa0e272152c2d662fa0ef3ee3920e3a2c | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Sep 28 04:13:26 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 28 04:13:26 2021 +0000 |
tree | 6e08a12c11962801a40fb986824e791f764db1b4 | |
parent | ef25271b2a0215e46da106a2458885da0f38c039 [diff] | |
parent | 316149814072815233d53785919f72c4d6bea57e [diff] |
Merge "Reset split selection state on animation end instead of success" into sc-v2-dev am: 9c871ae7b6 am: 3161498140 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15926077 Change-Id: Ia918d87abf220854a096b39503f24523caa4e294
diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 1c1dc9c..88f82a4 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java
@@ -3928,9 +3928,9 @@ pendingAnim.addOnFrameCallback(this::updateCurveProperties); } - pendingAnim.addListener(new AnimationSuccessListener() { + pendingAnim.addListener(new AnimatorListenerAdapter() { @Override - public void onAnimationSuccess(Animator animator) { + public void onAnimationEnd(Animator animation) { // TODO(b/186800707) Figure out how to undo for grid view // Need to handle cases where dismissed task is // * Top Row