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

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

Merge "Revert "Smooth scroll RecyclerView on a11y ACTION_SCROLL_*""

parents 6584e5e6 f13b085f
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.smoothScrollBy(hScroll, vScroll);
            mRecyclerView.scrollBy(hScroll, vScroll);
            return true;
        }