don't consume the touch if setDraggableFromAnywhere is false + the wrong region is touched in ondown touch event
Anything speaking against this change?
For solving this issue https://github.com/turing-tech/MaterialScrollBar/issues/57 maybe a small adjustments to care about the respondToTouch should be added as well (just the same way as the valid flag is checked now), but I'm not using this flag and not sure if it's ment for what I think it's ment for, so it's up to you to additionally add this
With this change I can make some first useable implementation in a CoordinatorLayout as well...
Anything speaking against this change?
For solving this issue https://github.com/turing-tech/MaterialScrollBar/issues/57 maybe a small adjustments to care about the respondToTouch should be added as well (just the same way as the valid flag is checked now), but I'm not using this flag and not sure if it's ment for what I think it's ment for, so it's up to you to additionally add this
With this change I can make some first useable implementation in a CoordinatorLayout as well...