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

Commit d50588e2 authored by Jacqueline Bronger's avatar Jacqueline Bronger Committed by Automerger Merge Worker
Browse files

Merge "Fix Tv PiP fullscreen shell transition (bounds)" into udc-dev am: c856b8b9

parents 695149f0 c856b8b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -611,6 +611,7 @@ public class PipTransition extends PipTransitionController {
                        0 /* startingAngle */, rotationDelta);
        animator.setTransitionDirection(TRANSITION_DIRECTION_LEAVE_PIP)
                .setPipAnimationCallback(mPipAnimationCallback)
                .setPipTransactionHandler(mPipOrganizer.getPipTransactionHandler())
                .setDuration(mEnterExitAnimationDuration)
                .start();
    }