This commit is contained in:
Alan Viverette
2021-03-31 21:09:53 +00:00
committed by Gerrit Code Review

View File

@@ -4679,6 +4679,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
0, Integer.MAX_VALUE, 0, Integer.MAX_VALUE);
mTouchMode = TOUCH_MODE_FLING;
mSuppressIdleStateChangeCall = false;
removeCallbacks(this);
postOnAnimation(this);
if (PROFILE_FLINGING) {