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

Commit c609cb0d authored by quddusc's avatar quddusc Committed by Android Git Automerger
Browse files

am b889885e: am 34dbf7c3: am ad7b5993: Merge "docs: Fixed duplicate text in...

am b889885e: am 34dbf7c3: am ad7b5993: Merge "docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description. Bug: 6804017" into klp-docs

* commit 'b889885e':
  docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description. Bug: 6804017
parents bb6316db b889885e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -723,7 +723,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
         *
         *
         * @param view The view whose scroll state is being reported
         * @param view The view whose scroll state is being reported
         *
         *
         * @param scrollState The current scroll state. One of {@link #SCROLL_STATE_IDLE},
         * @param scrollState The current scroll state. One of 
         * {@link #SCROLL_STATE_TOUCH_SCROLL} or {@link #SCROLL_STATE_IDLE}.
         * {@link #SCROLL_STATE_TOUCH_SCROLL} or {@link #SCROLL_STATE_IDLE}.
         */
         */
        public void onScrollStateChanged(AbsListView view, int scrollState);
        public void onScrollStateChanged(AbsListView view, int scrollState);