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

Commit 8cd9a246 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Fix fling back behaviour for CrossActivityBackAnimation" into main

parents 1a948938 b7c04930
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -192,6 +192,8 @@ public class CrossActivityAnimation extends ShellBackAnimation {
        // Draw background with task background color.
        mBackground.ensureBackground(mClosingTarget.windowConfiguration.getBounds(),
                mEnteringTarget.taskInfo.taskDescription.getBackgroundColor(), mTransaction);
        setEnteringProgress(0);
        setLeavingProgress(0);
    }

    private void applyTransform(SurfaceControl leash, RectF targetRect, float targetAlpha) {