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

Commit 78170821 authored by Jerry Chang's avatar Jerry Chang
Browse files

Fix bottom split disappeared after unlock

Make sure to offset tasks properly in y axis when performing unlock
animation.

Bug: 278282153
Test: manual
Change-Id: I11f421db3c3a8be0d525b5005fb7d0cb36f63c62
parent 550d5554
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)
            )