Skip to content

Commit 48ac7e9

Browse files
committed
More open
1 parent d4fd112 commit 48ac7e9

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import com.sothree.slidinguppanel.positionhelper.impl.ScrollViewScrollPositionHe
1111
* for ListView, ScrollView and RecyclerView, but the library users can override it to add support
1212
* for other views.
1313
*/
14-
class ScrollableViewHelper {
14+
open class ScrollableViewHelper {
1515

1616
private var positionHelpers: MutableList<ScrollPositionHelper> = mutableListOf(
1717
ListViewScrollPositionHelper(),

0 commit comments

Comments
 (0)