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

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

Merge "Fix flicker when cancelling cross-activity back animation when letterboxed" into main

parents c1d6b6f6 49a2903f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@ abstract class CrossActivityBackAnimation(
        enteringTarget?.let {
            if (it.leash != null && it.leash.isValid) {
                transaction.setCornerRadius(it.leash, 0f)
                if (!triggerBack) transaction.setAlpha(it.leash, 0f)
                it.leash.release()
            }
            enteringTarget = null