Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba2d7e57 authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Pass correct task for retrieving of overview task bounds."

parents b6bb9868 b4cc67a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ public class RecentsTransitionHelper {
                    //       never happen)
                    specs.add(composeOffscreenAnimationSpec(t, offscreenTaskRect));
                } else {
                    layoutAlgorithm.getStackTransform(task, stackScroll, mTmpTransform, null);
                    layoutAlgorithm.getStackTransform(t, stackScroll, mTmpTransform, null);
                    specs.add(composeAnimationSpec(tv, mTmpTransform, true /* addHeaderBitmap */));
                }
            }