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

Commit 47047b41 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

Change-Id: I356bb7efc3a8fe3f58d708921e94d8ff22b10598
parents 3c2b8c3f c648e90b
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);