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

Commit 56392dd2 authored by Jerry Chang's avatar Jerry Chang Committed by Automerger Merge Worker
Browse files

Merge "Fix unlock transition double offset nested tasks" into udc-dev am: eceec17e

parents c3d7fa13 eceec17e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -791,7 +791,7 @@ class KeyguardUnlockAnimationController @Inject constructor(

            // Translate up from the bottom.
            surfaceBehindMatrix.setTranslate(
                    surfaceBehindRemoteAnimationTarget.screenSpaceBounds.left.toFloat(),
                    surfaceBehindRemoteAnimationTarget.localBounds.left.toFloat(),
                    surfaceHeight * SURFACE_BEHIND_START_TRANSLATION_Y * (1f - amount)
            )