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

Commit 1af6d27b authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Ensure selector state is updated when touch mode changes."

parents 997ea74e 1e20946a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2762,6 +2762,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                // touch mode). Force an initial layout to get rid of the selection.
                layoutChildren();
            }
            updateSelectorState();
        } else {
            int touchMode = mTouchMode;
            if (touchMode == TOUCH_MODE_OVERSCROLL || touchMode == TOUCH_MODE_OVERFLING) {