Merge "Moving some callbacks from LauncherCallbacks to OverviewCallbacks" into ub-launcher3-edmonton

This commit is contained in:
android-build-team Robot
2018-05-02 22:06:10 +00:00
committed by Android (Google) Code Review
7 changed files with 22 additions and 41 deletions
-6
View File
@@ -1155,12 +1155,6 @@ public class Launcher extends BaseDraggingActivity
}
}
public void onQuickstepGestureStarted(boolean isVisible) {
if (mLauncherCallbacks != null) {
mLauncherCallbacks.onQuickstepGestureStarted(isVisible);
}
}
public AllAppsTransitionController getAllAppsController() {
return mAllAppsController;
}