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

Commit 9274a914 authored by Jerry Chang's avatar Jerry Chang Committed by Automerger Merge Worker
Browse files

Merge "Fix bottom split disappeared after unlock" into udc-dev am: 2940bd78

parents c06af1b5 2940bd78
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)
            )