Merge "fix hover events consume issue"
This commit is contained in:
@ -8064,8 +8064,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
|||||||
// in onHoverEvent.
|
// in onHoverEvent.
|
||||||
// Note that onGenericMotionEvent will be called by default when
|
// Note that onGenericMotionEvent will be called by default when
|
||||||
// onHoverEvent returns false (refer to dispatchGenericMotionEvent).
|
// onHoverEvent returns false (refer to dispatchGenericMotionEvent).
|
||||||
dispatchGenericMotionEventInternal(event);
|
return dispatchGenericMotionEventInternal(event);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user