mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Merge "Fix divider bar won't fade-in as the other splitting tasks" into tm-dev
This commit is contained in:
@@ -38,7 +38,6 @@ import static com.android.launcher3.anim.Interpolators.clampToProgress;
|
||||
import static com.android.launcher3.config.FeatureFlags.ENABLE_QUICKSTEP_LIVE_TILE;
|
||||
import static com.android.launcher3.statehandlers.DepthController.DEPTH;
|
||||
import static com.android.launcher3.testing.TestProtocol.BAD_STATE;
|
||||
import static com.android.quickstep.TaskAnimationManager.ENABLE_SHELL_TRANSITIONS;
|
||||
import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_CLOSING;
|
||||
import static com.android.systemui.shared.system.RemoteAnimationTargetCompat.MODE_OPENING;
|
||||
|
||||
@@ -501,7 +500,7 @@ public final class TaskViewUtils {
|
||||
}
|
||||
|
||||
for (int i = 0; i < nonAppTargets.length; ++i) {
|
||||
final SurfaceControl leash = appTargets[i].leash;
|
||||
final SurfaceControl leash = nonAppTargets[i].leash;
|
||||
if (nonAppTargets[i].windowType == TYPE_DOCK_DIVIDER && leash != null) {
|
||||
openingTargets.add(leash);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user