We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ac7e9 commit e75aeedCopy full SHA for e75aeed
library/src/main/java/com/sothree/slidinguppanel/ScrollableViewHelper.kt
@@ -29,7 +29,7 @@ open class ScrollableViewHelper {
29
* @param isSlidingUp whether or not the panel is sliding up or down
30
* @return the scroll position
31
*/
32
- fun getScrollableViewScrollPosition(scrollableView: View?, isSlidingUp: Boolean): Int {
+ open fun getScrollableViewScrollPosition(scrollableView: View?, isSlidingUp: Boolean): Int {
33
scrollableView?.let {
34
for (helper in positionHelpers) {
35
if (helper.isSupport(scrollableView)) {
0 commit comments