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

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

Merge "Fix bug 3357208 - List selector shows as dark black on first pressed state" into honeycomb

parents 88c2d705 e0fd2eb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2642,6 +2642,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                        setPressed(true);
                        layoutChildren();
                        positionSelector(mMotionPosition, child);
                        refreshDrawableState();

                        final int longPressTimeout = ViewConfiguration.getLongPressTimeout();
                        final boolean longClickable = isLongClickable();