summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/dragndrop
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-08-17 22:26:35 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-08-21 11:59:14 -0700
commitd725f644b70239332a4440173e6411e9ffb169a0 (patch)
tree73562baacc141bc177d3667e213428e895062f09 /src/com/android/launcher3/dragndrop
parenteeccd38368fbfb5ea1b0540704df9e402a0388d1 (diff)
downloadandroid_packages_apps_Trebuchet-d725f644b70239332a4440173e6411e9ffb169a0.tar.gz
android_packages_apps_Trebuchet-d725f644b70239332a4440173e6411e9ffb169a0.tar.bz2
android_packages_apps_Trebuchet-d725f644b70239332a4440173e6411e9ffb169a0.zip
Remove LAUNCHER3_ALL_APPS_PULL_UP
Bug: 63712253 Verified: all apps transition fully functional Verified: NO_ALL_APPS_ICON = false case also works. Change-Id: I779fb7bd4927c5923da3f85590d912dbbbcdef4d
Diffstat (limited to 'src/com/android/launcher3/dragndrop')
-rw-r--r--src/com/android/launcher3/dragndrop/DragLayer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/dragndrop/DragLayer.java b/src/com/android/launcher3/dragndrop/DragLayer.java
index be5f01adb..ee6a0e0b8 100644
--- a/src/com/android/launcher3/dragndrop/DragLayer.java
+++ b/src/com/android/launcher3/dragndrop/DragLayer.java
@@ -243,7 +243,7 @@ public class DragLayer extends InsettableFrameLayout {
return true;
}
- if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP && mAllAppsController.onControllerInterceptTouchEvent(ev)) {
+ if (mAllAppsController.onControllerInterceptTouchEvent(ev)) {
mActiveController = mAllAppsController;
return true;
}