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

Commit e7c30055 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 2544916 - Fun with AbsListView touch mode"

parents f5d30e1d aeb30e6d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2597,6 +2597,8 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                mTouchMode = TOUCH_MODE_OVERFLING;
                invalidate();
                post(this);
            } else {
                mTouchMode = TOUCH_MODE_REST;
            }
        }