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

Commit 0b944f6a authored by Jerry Chang's avatar Jerry Chang Committed by Android (Google) Code Review
Browse files

Merge "Prevent wallpaper flicker while entering split screen from overview" into tm-dev

parents fe83fce4 c04af333
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -514,9 +514,6 @@ public final class TaskViewUtils {
            for (SurfaceControl leash: openingTargets) {
                t.setAlpha(leash, progress);
            }
            for (SurfaceControl leash: closingTargets) {
                t.setAlpha(leash, 1 - progress);
            }
            t.apply();
        });
        animator.addListener(new AnimatorListenerAdapter() {