Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d59aefad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Disable swipe down to pull noti shade for Q Bug:...

Merge "[DO NOT MERGE] Disable swipe down to pull noti shade for Q Bug: 136293958" into ub-launcher3-qt-dev
parents 66b1cc96 4bfcf04a
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -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));
        list.add(new LauncherTaskViewController(launcher));
        return list.toArray(new TouchController[list.size()]);
        return list.toArray(new TouchController[list.size()]);
    }
    }