Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c0a9ae3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where it is hard to swipe to work profile tab." into ub-launcher3-rvc-dev

parents f84b31aa f52af437
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);