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

Commit 0bd7ca55 authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Do not change the leash after completion

Video: http://recall/-/aaaaaabFQoRHlzixHdtY/hDfsnKtrY7i5vJ41crnLhf
Bug: 284738852
Test: manually, follow the reproduce step, see also video
Change-Id: Iad166c1fb7b5db8c6bcd3abf0f3a0189747037da
parent 48c5b1bf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -308,9 +308,10 @@ public class PipTransition extends PipTransitionController {
    @Override
    public void end() {
        Animator animator = mPipAnimationController.getCurrentAnimator();
        if (animator == null) return;
        if (animator != null && animator.isRunning()) {
            animator.end();
        }
    }

    @Override
    public boolean handleRotateDisplay(int startRotation, int endRotation,