Allowing to drag down while the quick settings are expanded
Fixes: 137552697 Test: pull down after expanding quick settings Change-Id: I8246820b727d134c5432e6411218f0806d3899cc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user