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

Commit 621fdf77 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

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

am: 47047b41

Change-Id: I92efef48516052bfbe077cb435df559178278352
parents 9cb067c1 47047b41
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);