commit | 23f01a382921cea9918fbfd002785989ea4d1e4b | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Wed Jul 10 20:48:15 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 10 20:48:15 2019 -0700 |
tree | 58330096a09d7e2e79475717b6cb6896cba0e685 | |
parent | 7899d33d12307604d4a177682a6005a1dabaa7f7 [diff] | |
parent | 3739fbccdc7cb727d6e3d340194338652aaa42fd [diff] |
[DO NOT MERGE] Disable swipe down to pull noti shade for Q Merged-In: I74c682d39c70f785777b5a0804b31a0cc2369759 Bug: 136293958 am: 3739fbccdc Change-Id: I84cf80ae3ae7c6cb04cfb19a681d2c34a942b54b
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 6ecf1c1..a3c2e3c 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 @@ } } - 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()]); }