summaryrefslogtreecommitdiffstats
path: root/quickstep/recents_ui_overrides
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-07-01 14:39:40 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-07-01 14:39:40 -0700
commit4bfcf04ae9228f912ac151009800a9f3cd205550 (patch)
tree7dade16caa111a40e6cbab1a4ae0090a85dc1c44 /quickstep/recents_ui_overrides
parent1703eb8b88d1557696b13f6dbbd1db2c15a5993c (diff)
downloadandroid_packages_apps_Trebuchet-4bfcf04ae9228f912ac151009800a9f3cd205550.tar.gz
android_packages_apps_Trebuchet-4bfcf04ae9228f912ac151009800a9f3cd205550.tar.bz2
android_packages_apps_Trebuchet-4bfcf04ae9228f912ac151009800a9f3cd205550.zip
[DO NOT MERGE] Disable swipe down to pull noti shade for Q
Bug: 136293958 Change-Id: Iac169d91a784b5f2d05410a06cd358f85b533562
Diffstat (limited to 'quickstep/recents_ui_overrides')
-rw-r--r--quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java
index 6ecf1c11b..a3c2e3cc8 100644
--- a/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java
+++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/RecentsUiFactory.java
@@ -164,12 +164,6 @@ public abstract class RecentsUiFactory {
}
}
- if (FeatureFlags.PULL_DOWN_STATUS_BAR && Utilities.IS_DEBUG_DEVICE
- && !launcher.getDeviceProfile().isMultiWindowMode
- && !launcher.getDeviceProfile().isVerticalBarLayout()) {
- list.add(new StatusBarTouchController(launcher));
- }
-
list.add(new LauncherTaskViewController(launcher));
return list.toArray(new TouchController[list.size()]);
}