[DO NOT MERGE] Disable swipe down to pull noti shade for Q
Bug: 136293958 Change-Id: Iac169d91a784b5f2d05410a06cd358f85b533562
This commit is contained in:
-6
@@ -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()]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user