Loading services/core/java/com/android/server/wm/TaskStack.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
services/core/java/com/android/server/wm/TaskStack.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading