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

Commit 81787533 authored by Mark Wagner's avatar Mark Wagner Committed by Android (Google) Code Review
Browse files

Merge "bugfix endfling case (bug 2300534)"

parents 80d3091b 670dd819
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1567,7 +1567,12 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te

        if (!hasWindowFocus) {
            setChildrenDrawingCacheEnabled(false);
            if (mFlingRunnable != null) {
                removeCallbacks(mFlingRunnable);
                // let the fling runnable report it's new state which
                // should be idle
                mFlingRunnable.endFling();
            }
            // Always hide the type filter
            dismissPopup();