Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +3 −1 Original line number Diff line number Diff line Loading @@ -805,7 +805,9 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, mActivityInitListener.unregister(); mStateCallback.setStateOnUiThread(STATE_GESTURE_CANCELLED | STATE_HANDLER_INVALIDATED); if (mRecentsAnimationTargets != null) { TaskViewUtils.setDividerBarShown(mRecentsAnimationTargets.nonApps, true); } // Defer clearing the controller and the targets until after we've updated the state mRecentsAnimationController = null; Loading quickstep/src/com/android/quickstep/views/RecentsView.java +3 −1 Original line number Diff line number Diff line Loading @@ -1351,9 +1351,11 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T } Log.d(TASK_VIEW_ID_CRASH, "taskViewCount: " + getTaskViewCount() + " " + sb.toString()); } mRunningTaskViewId = -1; } else { mRunningTaskViewId = newRunningTaskView.getTaskViewId(); } } if (mNextPage == INVALID_PAGE) { // Set the current page to the running task, but not if settling on new task. Loading Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +3 −1 Original line number Diff line number Diff line Loading @@ -805,7 +805,9 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, mActivityInitListener.unregister(); mStateCallback.setStateOnUiThread(STATE_GESTURE_CANCELLED | STATE_HANDLER_INVALIDATED); if (mRecentsAnimationTargets != null) { TaskViewUtils.setDividerBarShown(mRecentsAnimationTargets.nonApps, true); } // Defer clearing the controller and the targets until after we've updated the state mRecentsAnimationController = null; Loading
quickstep/src/com/android/quickstep/views/RecentsView.java +3 −1 Original line number Diff line number Diff line Loading @@ -1351,9 +1351,11 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T } Log.d(TASK_VIEW_ID_CRASH, "taskViewCount: " + getTaskViewCount() + " " + sb.toString()); } mRunningTaskViewId = -1; } else { mRunningTaskViewId = newRunningTaskView.getTaskViewId(); } } if (mNextPage == INVALID_PAGE) { // Set the current page to the running task, but not if settling on new task. Loading