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

Commit f13b085f authored by Eugene Susla's avatar Eugene Susla
Browse files

Revert "Smooth scroll RecyclerView on a11y ACTION_SCROLL_*"

This reverts commit 8b2eb6fe.

Change-Id: Ia872874026286e709a1fa5e071c510838405d264
parent 8b2eb6fe
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;
        }