Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -1136,7 +1136,7 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, mInputConsumerProxy.enable(); } if (endTarget == HOME) { duration = mActivity.getDeviceProfile().isTaskbarPresent duration = mActivity != null && mActivity.getDeviceProfile().isTaskbarPresent ? StaggeredWorkspaceAnim.DURATION_TASKBAR_MS : StaggeredWorkspaceAnim.DURATION_MS; // Early detach the nav bar once the endTarget is determined as HOME Loading Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -1136,7 +1136,7 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, mInputConsumerProxy.enable(); } if (endTarget == HOME) { duration = mActivity.getDeviceProfile().isTaskbarPresent duration = mActivity != null && mActivity.getDeviceProfile().isTaskbarPresent ? StaggeredWorkspaceAnim.DURATION_TASKBAR_MS : StaggeredWorkspaceAnim.DURATION_MS; // Early detach the nav bar once the endTarget is determined as HOME Loading