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

Commit f649a06e authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #9302365 HorizontalScrollView is not RTL aware"

parents a5512f2e fafe88c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1480,6 +1480,7 @@ public class HorizontalScrollView extends FrameLayout {
                } else {
                    mScrollX = scrollRange - mSavedState.scrollPosition;
                }
                mSavedState = null;
            } else {
                if (isLayoutRtl()) {
                    mScrollX = scrollRange - mScrollX;