ignoreTouchEvents

var ignoreTouchEvents: Boolean = false

When true, onInterceptTouchEvent and onTouchEvent will be ignored. This is useful in situations where touch events should be propagated to underlying views, such as when the recycler view has no (visible) contents but still has a touchable area due to padding.