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

Commit df66bfaa authored by Joshua Baxter's avatar Joshua Baxter
Browse files

docs: fixed typo

Test: make ds-docs

Bug: 78873111
Change-Id: I7c50d83ee0c55dae6aecadc676fe784c1727ef7a
parent 4651a6cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
         * @param firstVisibleItem the index of the first visible cell (ignore if
         *        visibleItemCount == 0)
         * @param visibleItemCount the number of visible cells
         * @param totalItemCount the number of items in the list adaptor
         * @param totalItemCount the number of items in the list adapter
         */
        public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount,
                int totalItemCount);