Skip to content

Commit e75aeed

Browse files
committed
More open
1 parent 48ac7e9 commit e75aeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/sothree/slidinguppanel/ScrollableViewHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ open class ScrollableViewHelper {
2929
* @param isSlidingUp whether or not the panel is sliding up or down
3030
* @return the scroll position
3131
*/
32-
fun getScrollableViewScrollPosition(scrollableView: View?, isSlidingUp: Boolean): Int {
32+
open fun getScrollableViewScrollPosition(scrollableView: View?, isSlidingUp: Boolean): Int {
3333
scrollableView?.let {
3434
for (helper in positionHelpers) {
3535
if (helper.isSupport(scrollableView)) {

0 commit comments

Comments
 (0)