[DO NOT MERGE] Disable swipe down to pull noti shade for Q Merged-In: I74c682d39c70f785777b5a0804b31a0cc2369759 Bug: 136293958

am: 3739fbccdc

Change-Id: I84cf80ae3ae7c6cb04cfb19a681d2c34a942b54b
This commit is contained in:
Hyunyoung Song
2019-07-10 20:48:15 -07:00
committed by android-build-merger
@@ -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()]);
}