Pass correct scrollDiff to translateTaskWhenDismissed

- This is a follow-up of refactoring CL ag/29580515, which passed wrong parameter to a function

Bug: 353948182
Test: manual
Flag: EXEMPT REFACTOR
Change-Id: I544f4142b1007c034f8e7364e48c32e6500e03f8
This commit is contained in:
Alex Chau
2024-09-30 13:01:33 +01:00
parent 75883dd89e
commit 52afe8b794
@@ -3800,7 +3800,7 @@ public abstract class RecentsView<
translateTaskWhenDismissed(
child,
Math.abs(i - dismissedIndex),
mIsRtl ? -scrollDiff : scrollDiff,
scrollDiff,
anim,
splitTimings);
needsCurveUpdates = true;