Merge "Reset split selection state on animation end instead of success" into sc-v2-dev am: 9c871ae7b6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15926077 Change-Id: Ib06cf5c8a7a7f3347d12fa480c7f9de5921323fd
This commit is contained in:
@@ -3928,9 +3928,9 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user