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

Commit 5fb223fc authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

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

am: 979388c2

Change-Id: I63c5190c61fbee3f5ade809a5800168fa485cdb4
parents 7ab7657e 979388c2
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;