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

Commit 51ced540 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Do not select any item when the user clicks outside of the list content. Bug #2485544"

parents 28853c5f 090e0f08
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2067,10 +2067,10 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                    // Remember where the motion event started
                    v = getChildAt(motionPosition - mFirstPosition);
                    mMotionViewOriginalTop = v.getTop();
                }
                mMotionX = x;
                mMotionY = y;
                mMotionPosition = motionPosition;
                }
                mLastY = Integer.MIN_VALUE;
                break;
            }