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

Commit befbb06d authored by Hongwei Wang's avatar Hongwei Wang Committed by Automerger Merge Worker
Browse files

Merge "Do not change the leash after completion" into udc-dev am: 264de2e9 am: 64b317d7

parents 03a251bc 64b317d7
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,