Skip to content

Commit

Permalink
NotificationPanelViewController: reduce right pull down region
Browse files Browse the repository at this point in the history
Change-Id: Ibaee6f7e4717a3f98621577a287cb3ce0e34924e
Signed-off-by: Joey Huab <[email protected]>
  • Loading branch information
xdevs23 authored and Genkzsz11 committed Apr 6, 2021
1 parent 65a7de8 commit 606109c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ private boolean isOpenQsEvent(MotionEvent event) {

final float w = mView.getMeasuredWidth();
final float x = event.getX();
float region = w * 1.f / 4.f; // TODO overlay region fraction?
float region = w * 1.f / 5.f; // TODO overlay region fraction?
boolean showQsOverride = false;

switch (mOneFingerQuickSettingsIntercept) {
Expand Down

0 comments on commit 606109c

Please sign in to comment.