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

Commit 2940bd78 authored by Jerry Chang's avatar Jerry Chang Committed by Android (Google) Code Review
Browse files

Merge "Fix bottom split disappeared after unlock" into udc-dev

parents bc95ba32 78170821
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -792,6 +792,7 @@ class KeyguardUnlockAnimationController @Inject constructor(
            // Translate up from the bottom.
            surfaceBehindMatrix.setTranslate(
                    surfaceBehindRemoteAnimationTarget.localBounds.left.toFloat(),
                    surfaceBehindRemoteAnimationTarget.localBounds.top.toFloat() +
                            surfaceHeight * SURFACE_BEHIND_START_TRANSLATION_Y * (1f - amount)
            )