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

Commit 5ab6027b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Change animation-leash to be a container layer" into rvc-dev am: a666d805 am: 2b84a804

Change-Id: I45fe85d26ff1cd25c2019fc4073febe9f9a4faf8
parents 76188358 2b84a804
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -379,10 +379,8 @@ class SurfaceAnimator {
        final SurfaceControl.Builder builder = animatable.makeAnimationLeash()
                .setParent(animatable.getAnimationLeashParent())
                .setHidden(hidden)
                .setName(surface + " - animation-leash")
                .setColorLayer();
                .setName(surface + " - animation-leash");
        final SurfaceControl leash = builder.build();
        t.unsetColor(leash);
        t.setWindowCrop(leash, width, height);
        t.setPosition(leash, x, y);
        t.show(leash);