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

Commit aeb30e6d authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 2544916 - Fun with AbsListView touch mode

Change-Id: I79de051891d535f44c0910295976d1f3634aca4c
parent 7b8970b4
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;
            }
        }