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

Commit 3422ceb6 authored by Jeff Brown's avatar Jeff Brown Committed by Gerrit Code Review
Browse files

Merge "Bug fix for building the hover target list"

parents 7573e594 8725f36a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1472,9 +1472,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
                    if (lastHoverTarget != null) {
                        lastHoverTarget.next = hoverTarget;
                    } else {
                        lastHoverTarget = hoverTarget;
                        mFirstHoverTarget = hoverTarget;
                    }
                    lastHoverTarget = hoverTarget;

                    // Dispatch the event to the child.
                    if (action == MotionEvent.ACTION_HOVER_ENTER) {