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

Commit c8a77735 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am dea6e86d: am 3422ceb6: Merge "Bug fix for building the hover target list"

* commit 'dea6e86d':
  Bug fix for building the hover target list
parents ef0c3e26 dea6e86d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1507,9 +1507,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) {