am dac4a90d: Merge "fix hover events consume issue"
# By Masanori Ogino # Via Gerrit Code Review (1) and Masanori Ogino (1) * commit 'dac4a90d656dca86bd14cd91d685c07d8a6b29a4': 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