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

Commit 979388c2 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes landscape quickscrub track position of rtl layout" into pi-dev

parents eb43503f 8df38830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ public class QuickStepController implements GestureHelper {
                - mNavigationBarView.getPaddingTop();
        final int x1, x2, y1, y2;
        if (mIsVertical) {
            x1 = (width - mTrackThickness) / 2 + mNavigationBarView.getPaddingStart();
            x1 = (width - mTrackThickness) / 2 + mNavigationBarView.getPaddingLeft();
            x2 = x1 + mTrackThickness;
            y1 = mDragPositive ? height / 2 : mTrackPadding;
            y2 = y1 + height / 2 - mTrackPadding;