Loading quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java +2 −2 Original line number Diff line number Diff line Loading @@ -171,8 +171,8 @@ public final class TaskbarAllAppsController { * This method should be called after an exit animation finishes, if applicable. */ void maybeCloseWindow() { if (AbstractFloatingView.getOpenView(mAllAppsContext, TYPE_ALL) != null || mAllAppsContext.getDragController().isSystemDragInProgress()) { if (mAllAppsContext != null && (AbstractFloatingView.hasOpenView(mAllAppsContext, TYPE_ALL) || mAllAppsContext.getDragController().isSystemDragInProgress())) { return; } mProxyView.close(false); Loading Loading
quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java +2 −2 Original line number Diff line number Diff line Loading @@ -171,8 +171,8 @@ public final class TaskbarAllAppsController { * This method should be called after an exit animation finishes, if applicable. */ void maybeCloseWindow() { if (AbstractFloatingView.getOpenView(mAllAppsContext, TYPE_ALL) != null || mAllAppsContext.getDragController().isSystemDragInProgress()) { if (mAllAppsContext != null && (AbstractFloatingView.hasOpenView(mAllAppsContext, TYPE_ALL) || mAllAppsContext.getDragController().isSystemDragInProgress())) { return; } mProxyView.close(false); Loading