From eb66898be068c8dc7521723d948dd400f4b8fc12 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Mon, 1 Jul 2019 14:39:40 -0700 Subject: [DO NOT MERGE] Disable swipe down to pull noti shade for Q Bug: 136293958 Change-Id: Iac169d91a784b5f2d05410a06cd358f85b533562 (cherry picked from commit 4bfcf04ae9228f912ac151009800a9f3cd205550) --- .../src/com/android/launcher3/uioverrides/RecentsUiFactory.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'quickstep/recents_ui_overrides') 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()]); } -- cgit v1.2.3