Merge "resetPositionAnimated should be called when onBackCancelled ends" into udc-dev

This commit is contained in:
Omar Miatello
2023-04-19 16:23:21 +00:00
committed by Android (Google) Code Review
@@ -141,8 +141,8 @@ public class LauncherBackAnimationController {
@Override
public void onBackCancelled() {
handler.post(() -> {
resetPositionAnimated();
mProgressAnimator.reset();
mProgressAnimator.onBackCancelled(
LauncherBackAnimationController.this::resetPositionAnimated);
});
}