Created
August 14, 2020 11:03
-
-
Save ataulm/fbf925b15f786a105e26a03383a50a3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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