Enable swipe down to open shade for non userdebug population
Bug: 131356741 Change-Id: I74c682d39c70f785777b5a0804b31a0cc2369759
This commit is contained in:
+1
-1
@@ -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().isMultiWindowMode
|
||||||
&& !launcher.getDeviceProfile().isVerticalBarLayout()) {
|
&& !launcher.getDeviceProfile().isVerticalBarLayout()) {
|
||||||
list.add(new StatusBarTouchController(launcher));
|
list.add(new StatusBarTouchController(launcher));
|
||||||
|
|||||||
Reference in New Issue
Block a user