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

Commit 6c268104 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Update PipContentOverlay usage" into main

parents 572b5b09 cd306423
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -159,8 +159,8 @@ public class SwipePipToHomeAnimator extends RectFSpringAnim {
            // to other classes like PipTaskOrganizer / RecentsAnimationController to complete
            // the cleanup.
            mPipContentOverlay = new PipContentOverlay.PipAppIconOverlay(view.getContext(),
                    mAppBounds, new IconProvider(context).getIcon(mActivityInfo),
                    appIconSizePx);
                    mAppBounds, mDestinationBounds,
                    new IconProvider(context).getIcon(mActivityInfo), appIconSizePx);
            final SurfaceControl.Transaction tx = new SurfaceControl.Transaction();
            mPipContentOverlay.attach(tx, mLeash);
        } else {