# By Masanori Ogino # Via Android Git Automerger (1) and others * commit 'a0d547b43b3508c7253da234f529acf60d00fd13': fix hover events consume issue
This commit is contained in:
@@ -8071,8 +8071,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