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

Commit 090e0f08 authored by Romain Guy's avatar Romain Guy
Browse files

Do not select any item when the user clicks outside of the list content.

Bug #2485544
parent 55535c83
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;
            }