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

Commit aa98ad20 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 4005bcfd 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)
            )