Loading quickstep/src/com/android/quickstep/views/RecentsView.java +2 −1 Original line number Diff line number Diff line Loading @@ -3887,7 +3887,8 @@ public abstract class RecentsView<CONTAINER_TYPE extends Context & RecentsViewCo taskViewIdArray.removeValue( finalNextFocusedTaskView.getTaskViewId()); } if (snappedIndex < taskViewIdArray.size()) { if (snappedIndex >= 0 && snappedIndex < taskViewIdArray.size()) { taskViewIdToSnapTo = taskViewIdArray.get(snappedIndex); } else if (snappedIndex == taskViewIdArray.size()) { // If the snapped task is the last item from the Loading Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +2 −1 Original line number Diff line number Diff line Loading @@ -3887,7 +3887,8 @@ public abstract class RecentsView<CONTAINER_TYPE extends Context & RecentsViewCo taskViewIdArray.removeValue( finalNextFocusedTaskView.getTaskViewId()); } if (snappedIndex < taskViewIdArray.size()) { if (snappedIndex >= 0 && snappedIndex < taskViewIdArray.size()) { taskViewIdToSnapTo = taskViewIdArray.get(snappedIndex); } else if (snappedIndex == taskViewIdArray.size()) { // If the snapped task is the last item from the Loading