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

Commit 3739fbcc authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

[DO NOT MERGE] Disable swipe down to pull noti shade for Q

Merged-In: I74c682d39c70f785777b5a0804b31a0cc2369759
Bug: 136293958

Change-Id: Iac169d91a784b5f2d05410a06cd358f85b533562
(cherry picked from commit 4bfcf04a)
parent 0a8243d4
Loading
Loading
Loading
Loading
+0 −6
Original line number 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));
        return list.toArray(new TouchController[list.size()]);
    }