Closed suhocki closed 4 years ago
Please add a functionality to disable overscroll from one side, e.g. I want to make user to see overscroll from the top but not from the bottom
This is already supported. Simply override the existing adapter that suites your needs, and have isInAbsoluteEnd() always return false (use this as a reference).
isInAbsoluteEnd()
Please add a functionality to disable overscroll from one side, e.g. I want to make user to see overscroll from the top but not from the bottom