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

Commit ccf857cc authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "OnScrollListener fix in AbsListView"

parents 49279ff7 e20a1937
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3529,6 +3529,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                post(this);
            } else {
                mTouchMode = TOUCH_MODE_REST;
                reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
            }
        }