mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Using window touch slop for gesture instead of normal touch slop
This would prevent intercepting taps on the home button Bug: 73188263 Change-Id: Ic0085a9109ee9045da56c48a86a21cc023e57748
This commit is contained in:
@@ -157,7 +157,7 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC
|
||||
mActivePointerId = ev.getPointerId(0);
|
||||
mDownPos.set(ev.getX(), ev.getY());
|
||||
mLastPos.set(mDownPos);
|
||||
mTouchSlop = ViewConfiguration.get(this).getScaledTouchSlop();
|
||||
mTouchSlop = ViewConfiguration.get(this).getScaledPagingTouchSlop();
|
||||
mTouchThresholdCrossed = false;
|
||||
|
||||
// Start the window animation on down to give more time for launcher to draw if the
|
||||
|
||||
Reference in New Issue
Block a user