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

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

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

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