Loading quickstep/recents_ui_overrides/src/com/android/quickstep/BaseSwipeUpHandler.java +3 −1 Original line number Diff line number Diff line Loading @@ -245,8 +245,10 @@ public abstract class BaseSwipeUpHandler<T extends StatefulActivity<?>, Q extend protected void onRestartLastAppearedTask() { // Finish the controller here, since we won't get onTaskAppeared() for a task that already // appeared. if (mRecentsAnimationController != null) { mRecentsAnimationController.finish(false, null); } } /** * Runs the given {@param action} if the recents animation has already started, or queues it to Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/BaseSwipeUpHandler.java +3 −1 Original line number Diff line number Diff line Loading @@ -245,8 +245,10 @@ public abstract class BaseSwipeUpHandler<T extends StatefulActivity<?>, Q extend protected void onRestartLastAppearedTask() { // Finish the controller here, since we won't get onTaskAppeared() for a task that already // appeared. if (mRecentsAnimationController != null) { mRecentsAnimationController.finish(false, null); } } /** * Runs the given {@param action} if the recents animation has already started, or queues it to Loading