Merge "Moving some callbacks from LauncherCallbacks to OverviewCallbacks" into ub-launcher3-edmonton
This commit is contained in:
committed by
Android (Google) Code Review
commit
433ef09d29
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user