Andy Himberger
03/03/2022, 3:34 AMif (event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN) &&
event.getToolType(0) == MotionEvent.TOOL_TYPE_FINGER
) {
// Accessibility touch exploration
return accessibilityDelegate.dispatchHoverEvent(event)
}
Keyboard navigation visuals work fine with the samsung keyboard, its just the trackpad thats not working