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

Commit 4770e241 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Enable swipe down to open shade for non userdebug population

Bug: 131356741
Change-Id: I74c682d39c70f785777b5a0804b31a0cc2369759
parent 1f1d884e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));