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

Commit 1a659660 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Allowing to drag down while the quick settings are expanded" into qt-r1-dev

parents 66e67676 5584518d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -419,7 +419,7 @@ public class StatusBarWindowView extends FrameLayout {
        if (mNotificationPanel.isFullyExpanded()
                && mStatusBarStateController.getState() == StatusBarState.KEYGUARD
                && !mService.isBouncerShowing()
                && !mBypassController.getBypassEnabled()
                && (!mBypassController.getBypassEnabled() || mNotificationPanel.isQsExpanded())
                && !mService.isDozing()) {
            intercept = mDragDownHelper.onInterceptTouchEvent(ev);
        }