You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
[Hover](16a266e) introduced some changes, one of them being overriding `dispatchGenericMotionEvent` inside `GestureHandlerRootView`. It seems that in some cases it returns `super.dispatchTouchEvent` instead of `super.dispatchGenericMotionEvent`.
Fixes#2665
## Test plan
Checked that examples with `Hover` still work
0 commit comments