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

Commit 3117e84d authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Make quickswitch splash reveal animation split aware" into main

parents 9d7bbd00 2f13beab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -390,7 +390,8 @@ public class SplashScreenExitAnimationUtils {
                                SurfaceControl firstWindowSurface, ViewGroup splashScreenView,
                                TransactionPool transactionPool, Rect firstWindowFrame,
                                int mainWindowShiftLength, float roundedCornerRadius) {
            mFromYDelta = fromYDelta - Math.max(firstWindowFrame.top, roundedCornerRadius);
            mFromYDelta = firstWindowFrame.top
                    - Math.max(firstWindowFrame.top, roundedCornerRadius);
            mToYDelta = toYDelta;
            mOccludeHoleView = occludeHoleView;
            mApplier = new SyncRtSurfaceTransactionApplier(occludeHoleView);