Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created August 14, 2020 11:03
Show Gist options
  • Save ataulm/fbf925b15f786a105e26a03383a50a3d to your computer and use it in GitHub Desktop.
Save ataulm/fbf925b15f786a105e26a03383a50a3d to your computer and use it in GitHub Desktop.
override fun dispatchHoverEvent(event: MotionEvent): Boolean {
return if (accessHelper.dispatchHoverEvent(event)) {
true
} else {
super.dispatchHoverEvent(event)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment