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

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

Merge "Scrolling recents to next/prev page focuses next/prev node" into oc-mr1-dev

parents 365ce730 cc817d5e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -975,6 +975,9 @@ public class TaskStackView extends FrameLayout implements TaskStack.TaskStackCal
                mLayoutAlgorithm.clearUnfocusedTaskOverrides();
                willScroll = mAnimationHelper.startScrollToFocusedTaskAnimation(newFocusedTask,
                        requestViewFocus);
                if (willScroll) {
                    sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_SCROLLED);
                }
            } else {
                // Focus the task view
                TaskView newFocusedTaskView = getChildViewForTask(newFocusedTask);