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

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

Merge "Re-commit: Smooth scroll RecyclerView on a11y ACTION_SCROLL_*"

parents a938a467 38343bc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9556,7 +9556,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro
            if (vScroll == 0 && hScroll == 0) {
                return false;
            }
            mRecyclerView.scrollBy(hScroll, vScroll);
            mRecyclerView.smoothScrollBy(hScroll, vScroll);
            return true;
        }