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

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

Merge "Scale the surface by progress when auto enter PiP" into tm-qpr-dev am: 6c4b75c3

parents 68a4da89 6c4b75c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ public class SwipePipToHomeAnimator extends RectFSpringAnim {
                    rotatedPosition.degree, rotatedPosition.positionX, rotatedPosition.positionY);
        } else {
            return mSurfaceTransactionHelper.scaleAndCrop(tx, mLeash, mSourceRectHint, mAppBounds,
                    bounds, insets);
                    bounds, insets, progress);
        }
    }