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

Commit 6ce03f47 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

am d77057a7: Merge "Reporting toIndex in scroll events (issue 11356512)" into jb-ub-now-jetsonic

* commit 'd77057a7':
  Reporting toIndex in scroll events (issue 11356512)
parents fc7c350c d77057a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -675,6 +675,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
                    AccessibilityEvent.obtain(AccessibilityEvent.TYPE_VIEW_SCROLLED);
            ev.setItemCount(getChildCount());
            ev.setFromIndex(mCurrentPage);
            ev.setToIndex(getNextPage());

            final int action;
            if (getNextPage() >= mCurrentPage) {