Guard all apps pull up work behind the flag
b/28917826 Change-Id: Ic001d820bad777d90c6bdcd1a17b6961e38769be
This commit is contained in:
@@ -274,7 +274,7 @@ public class DragLayer extends InsettableFrameLayout {
|
||||
mActiveController = mDragController;
|
||||
return true;
|
||||
}
|
||||
if (mAllAppsController.onInterceptTouchEvent(ev)) {
|
||||
if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP && mAllAppsController.onInterceptTouchEvent(ev)) {
|
||||
mActiveController = mAllAppsController;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user