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.
|
||||
// Note that onGenericMotionEvent will be called by default when
|
||||
// onHoverEvent returns false (refer to dispatchGenericMotionEvent).
|
||||
dispatchGenericMotionEventInternal(event);
|
||||
return true;
|
||||
return dispatchGenericMotionEventInternal(event);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user