am 951ce6c9: Merge "Revert change f449c0c381239dc0f78b0f01ecfb3889e056a597." into jb-mr2-dev
* commit '951ce6c966311d36328a89784d4c2e6836e9ae87':
Revert change f449c0c381.
This commit is contained in:
@@ -8228,7 +8228,10 @@ 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).
|
||||
return dispatchGenericMotionEventInternal(event);
|
||||
dispatchGenericMotionEventInternal(event);
|
||||
// The event was already handled by calling setHovered(), so always
|
||||
// return true.
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user