Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6cebae2 authored by omarmt's avatar omarmt Committed by Omar Miatello
Browse files

resetPositionAnimated should be called when onBackCancelled ends

Test: mp droid
Bug: 265060720
Change-Id: I308a4f388b6619181c05c84ac6db47c900c586af
parent 433d215c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -141,8 +141,8 @@ public class LauncherBackAnimationController {
            @Override
            public void onBackCancelled() {
                handler.post(() -> {
                    resetPositionAnimated();
                    mProgressAnimator.reset();
                    mProgressAnimator.onBackCancelled(
                            LauncherBackAnimationController.this::resetPositionAnimated);
                });
            }