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

Commit 264de2e9 authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Do not change the leash after completion" into udc-dev

parents 3ed995b3 0bd7ca55
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,