mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Fix bug where it is hard to swipe to work profile tab.
Bug: 151739025 Change-Id: I1ba731b4c5ce3a8d88fb14cc4dea2e2410538e6f
This commit is contained in:
@@ -917,7 +917,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
|
||||
// Remember location of down touch
|
||||
mDownMotionX = x;
|
||||
mDownMotionY = y;
|
||||
mLastMotion = mOrientationHandler.getPrimaryDirection(ev, 0);
|
||||
mDownMotionPrimary = mLastMotion = mOrientationHandler.getPrimaryDirection(ev, 0);
|
||||
mLastMotionRemainder = 0;
|
||||
mTotalMotion = 0;
|
||||
mActivePointerId = ev.getPointerId(0);
|
||||
|
||||
Reference in New Issue
Block a user