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:
@@ -3800,7 +3800,7 @@ public abstract class RecentsView<
|
||||
translateTaskWhenDismissed(
|
||||
child,
|
||||
Math.abs(i - dismissedIndex),
|
||||
mIsRtl ? -scrollDiff : scrollDiff,
|
||||
scrollDiff,
|
||||
anim,
|
||||
splitTimings);
|
||||
needsCurveUpdates = true;
|
||||
|
||||
Reference in New Issue
Block a user