am 3422ceb6: Merge "Bug fix for building the hover target list"
* commit '3422ceb6ba453c28ac39dfce34534e0346394a3a': Bug fix for building the hover target list
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user