Launcher3: disable live tile - fix blur flicker

As per minaripenguin's now reverted commits

Change-Id: I4fc0918e5b39d225e09841fb2dc53ff52df87932
This commit is contained in:
nift4
2023-08-23 18:29:52 +02:00
committed by MrSluffy
parent 0d0460d552
commit d2bee69a0a

View File

@@ -419,9 +419,7 @@ public class TaskViewSimulator implements TransformParams.BuilderProxy {
// conflict with layers that WM core positions (ie. the input consumers). For shell
// transitions, the animation leashes are reparented to an animation container so we
// can bump layers as needed.
builder.setLayer(mDrawsBelowRecents
? Integer.MIN_VALUE + app.prefixOrderIndex
: ENABLE_SHELL_TRANSITIONS ? Integer.MAX_VALUE : 0);
builder.setLayer(0);
}
}