Merge "Enable swipe down to open shade for non userdebug population" into ub-launcher3-qt-r1-dev

This commit is contained in:
TreeHugger Robot
2019-06-28 23:19:17 +00:00
committed by Android (Google) Code Review
@@ -164,7 +164,7 @@ public abstract class RecentsUiFactory {
}
}
if (FeatureFlags.PULL_DOWN_STATUS_BAR && Utilities.IS_DEBUG_DEVICE
if (FeatureFlags.PULL_DOWN_STATUS_BAR
&& !launcher.getDeviceProfile().isMultiWindowMode
&& !launcher.getDeviceProfile().isVerticalBarLayout()) {
list.add(new StatusBarTouchController(launcher));