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

Commit fb172faa authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix split selection translation when focused task is selected for splitscreen" into main

parents 4d2af8ec ab23dc86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3810,7 +3810,7 @@ public abstract class RecentsView<
                }
            } else if (!showAsGrid || (enableLargeDesktopWindowingTile()
                    && dismissedTaskView.isLargeTile()
                    && nextFocusedTaskView == null)) {
                    && nextFocusedTaskView == null && !dismissingForSplitSelection)) {
                int offset = getOffsetToDismissedTask(scrollDiffPerPage, dismissedIndex, taskCount);
                int scrollDiff = newScroll[i] - oldScroll[i] + offset;
                if (scrollDiff != 0) {