Enable swipe down to open shade for non userdebug population

Bug: 131356741
Change-Id: I74c682d39c70f785777b5a0804b31a0cc2369759
This commit is contained in:
Hyunyoung Song
2019-06-28 16:09:26 -07:00
parent 1f1d884e38
commit 4770e241c9
@@ -163,7 +163,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));