mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Merge "Reset split selection state on animation end instead of success" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c871ae7b6
@@ -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