Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -830,7 +830,8 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, * @return Whether we can create the launcher controller or update its progress. */ private boolean canCreateNewOrUpdateExistingLauncherTransitionController() { return mGestureState.getEndTarget() != HOME && !mHasEndedLauncherTransition; return mGestureState.getEndTarget() != HOME && !mHasEndedLauncherTransition && mActivity != null; } @Override Loading Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -830,7 +830,8 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, * @return Whether we can create the launcher controller or update its progress. */ private boolean canCreateNewOrUpdateExistingLauncherTransitionController() { return mGestureState.getEndTarget() != HOME && !mHasEndedLauncherTransition; return mGestureState.getEndTarget() != HOME && !mHasEndedLauncherTransition && mActivity != null; } @Override Loading