Merge "fix hover events consume issue"

This commit is contained in:
Jeffrey Brown
2013-02-07 04:40:30 +00:00
committed by Gerrit Code Review

View File

@ -8064,8 +8064,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
// in onHoverEvent.
// Note that onGenericMotionEvent will be called by default when
// onHoverEvent returns false (refer to dispatchGenericMotionEvent).
dispatchGenericMotionEventInternal(event);
return true;
return dispatchGenericMotionEventInternal(event);
}
return false;