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

Commit 0426d968 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug."

parents 5c0f4012 f80d4209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -809,7 +809,7 @@ public class TaskStack extends WindowContainer<Task> implements
            updateBoundsForDisplayChanges();
        }

        if (mAnimationBackgroundSurface != null) {
        if (mAnimationBackgroundSurface == null) {
            mAnimationBackgroundSurface = makeChildSurface(null).setColorLayer(true)
                    .setName("animation background stackId=" + mStackId)
                    .build();