Skip to content

Commit 606109c

Browse files
xdevs23Genkzsz11
authored andcommitted
NotificationPanelViewController: reduce right pull down region
Change-Id: Ibaee6f7e4717a3f98621577a287cb3ce0e34924e Signed-off-by: Joey Huab <joey@evolution-x.org>
1 parent 65a7de8 commit 606109c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ private boolean isOpenQsEvent(MotionEvent event) {
14161416

14171417
final float w = mView.getMeasuredWidth();
14181418
final float x = event.getX();
1419-
float region = w * 1.f / 4.f; // TODO overlay region fraction?
1419+
float region = w * 1.f / 5.f; // TODO overlay region fraction?
14201420
boolean showQsOverride = false;
14211421

14221422
switch (mOneFingerQuickSettingsIntercept) {

0 commit comments

Comments
 (0)